Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 293 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 293 Bytes

reminders-api-go

Reminders Service

  • replication of stripped version of iPhone Reminders app's "backend api"

Endpoints:

GET v1/reminders

POST v1/reminders

PUT v1/reminders/:id

DELETE v1/reminders/:id \

Backlog

  • Add tests for JsonDB and Github workflow for CI
  • Containerize