Node JS + Express JS + Monogo DB - GET/ POST/ DELETE
Steps to run : After all basic pre-requisits, follow below :
- Run 'npm install'.
- Run 'npm start'. Starts server.js.
- Create a folder for 'dbPath' for mongoDB location and start DB server and note the port.
- Check if the mongoDB path is correct in 'server.js' / modify it based on your environment.