Skip to content

UjjwalSilwal/ToDoApp

Repository files navigation

To-Do-App (M.E.R.N.)

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:

How to Run This Project

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

Remember

You have to change the MongoDb_Url code in the .env file of the backend folder to your own MongoDb_Url code.

How to make 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.

Deployment :

[https://ujjwalsilwal.github.io/ToDoApp/]

About

To Do App made with MERN stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published