Skip to content

Implement Todo API - John Victory Aquino#316

Open
Jviry wants to merge 8 commits into
Zeff01:mainfrom
Jviry:johnvictory-aquino/1-2-years-backend
Open

Implement Todo API - John Victory Aquino#316
Jviry wants to merge 8 commits into
Zeff01:mainfrom
Jviry:johnvictory-aquino/1-2-years-backend

Conversation

@Jviry

@Jviry Jviry commented Jul 3, 2026

Copy link
Copy Markdown

Implemented a REST API for a todo list with the following endpoints:

  • GET /api/todos
  • GET /api/todos/:id
  • POST /api/todos
  • PUT /api/todos/:id
  • DELETE /api/todos/:id

Tech: Node.js, TypeScript (ESM), Express, in-memory storage.
Architecture: layered (models/repositories/usecases/controllers) with a DomainError
class for expected errors and centralized error-handling middleware.

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