Installing Dependencies
Dependencies and versions are listed in the package.json "dependencies" key, and can be installed via the following command from root:
npm install
Database Dependencies
Replace "MONGODB_URI" in app.js file with your own Mongodb Database api_key
Starting the dev server
npm start
- Dinesh Hardasani