todo-api

A friendly little Express API for managing todos.

Installation

npm install
npm start

The server listens on PORT (default 3000).

Endpoints

  • GET /health
  • GET /todos
  • POST /todos

License

MIT