Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 943 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 943 Bytes

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.