Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 746 Bytes

Readme.md

File metadata and controls

47 lines (27 loc) · 746 Bytes

MERN TODO Application

Hi there👋, This project is build on basic concept on MERN stack. Where you Enter Title and description then with Add to Todo Button it will add your todo in Database.

Run Locally

Clone the project

  git clone https://github.com/aditorito/mern-todo

Go to the project directory

  cd mern-todo

Install dependencies(Do it both files backend and frontend)

  npm install

Run Frontend

  npm run dev

Start the server (For Backend )

  npm ./index

Do not forget to add you mongoDB compass Database link in db/inde.js file

Demo

Screenshot (109)