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: about 2 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T14:44:24.000Z (over 2 years ago)
- Last Synced: 2024-12-28T11:41:50.378Z (over 1 year 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