|
|
před 6 roky | |
|---|---|---|
| controllers | před 6 roky | |
| models | před 6 roky | |
| views | před 6 roky | |
| .gitignore | před 6 roky | |
| README.md | před 6 roky | |
| app.js | před 6 roky | |
| package-lock.json | před 6 roky | |
| package.json | před 6 roky | |
| routes.js | před 6 roky |
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)
$ sudo service mongod start
$ nodemon app.js (if developing) $ node app.js (to view)
Open a browser and go to 'localhost:8000'