Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bhavik402/reminders-api-go

proof of concept project for CRUD REST Api server
https://github.com/bhavik402/reminders-api-go

api crud-api csv go mysql postgres restapi sqlite

Last synced: 10 days ago
JSON representation

proof of concept project for CRUD REST Api server

Awesome Lists containing this project

README

        

# 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