How to Run:
- Open folder in which all files are located
- Open terminal window in VS code
- Run command as "npm install"
- Run the project by running command as "nodemon ./index.js"
Database Information used in this project:
URI: mongodb://localhost:27017
Database Name: myDBClass
Collection Name: myCollectionMyDBClass
Data Information Stored in Database:
Data is shown in below 1st link related to "Disaplaying all users"
Notes Links:
Displaying all users:
Register User:
Delete User:
Update User:
Video Links: