-
Search for products and save them to your wishlist
-
Check the historical price history for products
-
View recently updated products
-
Check product inventory at different stores
-
Admin features:
- Add new products and stores into the system
- Edit product and store information
- Update product inventory and price
- View audit logs for administration actions
- Git
- npm
In command line:
# Clone repository
$ git clone https://gitlab.com/seyon123/inventory-tracker.git
# Go into repository
$ cd inventory-tracker
# Install dependencies
$ npm install
# Run application
$ npm start
Note Add a
.env
file to the root. Make sure to configure the file with the right values in order to connect to the Firestore database.