Sample application to demonstrate the CURD operation with Nodejs and MongoDB
- git clone
- cd into project path 'restful-api-express-mongodb'
- npm install
- npm start (nodemon)
- goto mLab.com
- make an account (easy steps)
- make your database user
- copy your connection url into .env - DB_CONNECTION
- remember to give network access to your db as public