A Todo app made using MERN stack with features enabling CRUD applications and uses MVC architecture and saves data in the database.
git clone https://github.com/sraosubhash/Mern-To-Do-Application.git
cd frontend
npm install
cd backend
npm install
cd backend
nodemon server
cd frontend
npm start