To Do App made is with MERN stack ie. ---> (MongoDb batabase, Express js, React framework, Node js).
This App is made with The help of the following Youtube Channel:
To Run this project you have to open this folder in VS-code. And type :
For Backend
$ cd backend
$ npm i
$ nodemon Server.js
For Frontend
$ cd ..
$ cd frontend
$ npm i
$ npm start
You have to change the MongoDb_Url code in the .env file of the backend folder to your own MongoDb_Url code.
See this Tutorial:
Example (Inside .env file ) :
MONGODB_URL = mongodb+srv://Ujjwal:<password>@ujjwal.wuovsil.mongodb.net/?retryWrites=true&w=majority
Example: mongodb+srv://Ujjwal:[email protected]/ToDoApp?retryWrites=true&w=majority
' Wolfman123 ' is dummy password
' ToDoApp ' is Database created indide the MongoDb.