This repository contains a straightforward full-stack todo application built with Node.js, Express.js, EJS template engine, and MongoDB. It serves as an educational resource, particularly for teaching on Udemy, offering a practical example of building a CRUD application with a backend API and a frontend interface.
Install MongoDb Database
git clone https://github.com/jahidhiron/todo-app.git
cd todo-app
npm install
npm start
- Add, update and delete todo
- Search and filter todo with pagination
- Scalable and well-documented codebase
This project is licensed under the MIT License.