Няма описание

Lee Morgan ecd200e97a Frontend updated to work with non-pos clients преди 6 години
controllers ecd200e97a Frontend updated to work with non-pos clients преди 6 години
models ecd200e97a Frontend updated to work with non-pos clients преди 6 години
views ecd200e97a Frontend updated to work with non-pos clients преди 6 години
.gitignore 85bcbf713d Initial commit преди 6 години
README.md cf7ff33cc5 Add README преди 6 години
app.js cf7ff33cc5 Add README преди 6 години
package-lock.json 5ad82c05f9 Fix recipe page title not changing back. преди 6 години
package.json cf7ff33cc5 Add README преди 6 години
routes.js bf2a726a98 Temp преди 6 години

README.md

Subline Inventory Management

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.

Getting Started

  1. Install MongoDB https://docs.mongodb.com/manual/installation/

  2. Ensure node is installed. Install if not. Version 10 or higher. $ node --version https://nodejs.org/en/

  3. $ git clone https://github.com/The-Subline/Inventory-Management.git

  4. $ npm install

  5. $ npm install -g nodemon (only if you are developing or adding code)

  6. $ sudo service mongod start

  7. $ nodemon app.js (if developing) $ node app.js (to view)

  8. Open a browser and go to 'localhost:8000'