Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bhavik402/reminders-api-go
- Owner: bhavik402
- Created: 2024-02-23T20:59:49.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-24T14:44:24.000Z (8 months ago)
- Last Synced: 2024-06-21T08:20:13.602Z (5 months ago)
- Topics: api, crud-api, csv, go, mysql, postgres, restapi, sqlite
- Language: Go
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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