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-todoGo to the project directory
cd mern-todoInstall dependencies(Do it both files backend and frontend)
npm installRun Frontend
npm run devStart the server (For Backend )
npm ./indexDo not forget to add you mongoDB compass Database link in db/inde.js file
