🎁 Try the app Public Url🎉
This successfully demonstrates the integration of NodeJs and Mongo Db to create a Rest API that performs basic CRUD operations
Read the Blog to know more about MVC and role of API
Create Read and Delete
git clone https://github.com/ShivamTyagi12345/MVC_Demo
npm i nodemon -g
- Create a
.env
file in the root folder and paste the connection string of your choicemongodb+srv://<username>:<password>@cluster0.7yfhgbx.mongodb.net/?retryWrites=true&w=majority
nodemon app
👉docker pull twaves2611/node-web-app