Skip to content

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.

Notifications You must be signed in to change notification settings

jahidhiron/todo-app

Repository files navigation

Nodejs Full-stack Todo App

License: MIT

Description

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.

Table of Contents

Installation

Install MongoDb Database

git clone https://github.com/jahidhiron/todo-app.git
cd todo-app
npm install

Usage

npm start

Features

  • Add, update and delete todo
  • Search and filter todo with pagination
  • Scalable and well-documented codebase

License

This project is licensed under the MIT License.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages