Skip to content

blimbu01/todoListUsingREST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

REST Todo API (Express)

A minimal REST API built with Node.js + Express that manages a simple Todo list (CRUD).
Perfect starter to learn REST principles and use as a template.


✨ Features

  • Clean RESTful endpoints (GET, POST, PUT, DELETE)
  • JSON request/response
  • CORS enabled
  • Zero database (in-memory) to keep it simple

🧰 Prerequisites

  • Node.js 18+ (check with node -v)
  • npm (comes with Node)

🚀 Quick Start

# 1) Install dependencies
npm install

# 2) Start the API (auto-restarts on change)
npm run dev

# or run without watch mode
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published