Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 222 Bytes

File metadata and controls

11 lines (9 loc) · 222 Bytes

API Usage

This is a backend-only REST API. Anyone is free to build a frontend (web or mobile) on top of it.

Base URL: http://localhost:8080

Endpoints:

  • GET /todos
  • POST /todos
  • PUT /todos/{id}
  • DELETE /todos/{id}