This project has 2 modules 1.backend ( node+mongo ) 2.client (react)
prerequisites: mongodb, node, googlechrome CORS plugin
- go to /backend folder npm install
- go to /client folder npm install
- go to the root folder npm install npm start
- Enable "CORS" in the browser
- Client runs at http://localhost:3000 where as backend runs at http://localhost:8080