Skip to content

Simple Todo REST API using Express.js#251

Open
Zeras12314 wants to merge 1 commit intoZeff01:mainfrom
Zeras12314:gerson-tiongson/1-2-years-backend
Open

Simple Todo REST API using Express.js#251
Zeras12314 wants to merge 1 commit intoZeff01:mainfrom
Zeras12314:gerson-tiongson/1-2-years-backend

Conversation

@Zeras12314
Copy link

A simple RESTful Todo API built with Express.js using the MVC architecture. It supports full CRUD operations (GET, POST, PUT, DELETE) for managing todos.

Each todo includes: id, title, completed, and createdAt.

Data is stored in memory (no database), making it suitable for learning and demonstration purposes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant