- If not already install Node, npm and MongoDB
- clone the project from Git
- run:
npm install
to install all the dependencies
Make sure you have Mongo binaries in your path
- to seed the data to Mongo run:
npm run win:mongo:seed
- run Mongo Server and Start the Application:
npm run win:full
- to seed the data to Mongo run:
unix:mongo:seed
- run Mongo Server and Start the Application:
npm run unix:full