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.
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