You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a CRUD i.e CREATE,READ,UPDATE and DELETE application and created with express.js(framework of node.js) and mongodb.
To Run this project Clone it and install modules using
npm install
to run locally run the following command
npm start