|
|
6 lat temu | |
|---|---|---|
| controllers | 6 lat temu | |
| models | 6 lat temu | |
| views | 6 lat temu | |
| .gitignore | 6 lat temu | |
| README.md | 6 lat temu | |
| app.js | 6 lat temu | |
| branchNotes.txt | 6 lat temu | |
| package-lock.json | 6 lat temu | |
| package.json | 6 lat temu | |
| routes.js | 6 lat temu |
Subline Inventory Management is a system for companies to track, update and manage their inventory in real time. It is also a tool for gathering and analyzing data on inventory in order to better manage future costs and reduce food waste for restaurants.
Install MongoDB https://docs.mongodb.com/manual/installation/
Ensure node is installed. Install if not. Version 10 or higher. $ node --version https://nodejs.org/en/
$ git clone https://github.com/The-Subline/Inventory-Management.git
$ npm install
$ npm install -g nodemon (only if you are developing or adding code)
Create two environment variables: export PORT="8080" export SUBLINE="mongodb://localhost/InventoryManagement"
Mac/Linux Instructions:
Windows Instructions: https://ubuntu.com/download/desktop
$ sudo service mongod start
$ nodemon app.js (if developing) $ node app.js (to view)
Open a browser and go to 'localhost:8000'