https://github.com/tomiok/patients-api
Patient API is a PoC project using Golang, Chi, PostrgreSQL among Docker and Docker compose. Exposing REST API endpoints.
https://github.com/tomiok/patients-api
api docker go golang http makefile postgresql rest
Last synced: 4 months ago
JSON representation
Patient API is a PoC project using Golang, Chi, PostrgreSQL among Docker and Docker compose. Exposing REST API endpoints.
- Host: GitHub
- URL: https://github.com/tomiok/patients-api
- Owner: tomiok
- Created: 2020-04-07T14:47:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T02:39:04.000Z (about 5 years ago)
- Last Synced: 2025-08-07T06:45:23.973Z (6 months ago)
- Topics: api, docker, go, golang, http, makefile, postgresql, rest
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 31
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backend - Patients
This is a PoC for a patients API
### API endpoints
| Method | URL | Description |
|--------|---------------------------------|-----------------------------------|
| GET | /api/v1/patients | Get all patients |
| GET | /api/v1/patients/:id | Get one patient |
| POST | /api/v1/patients | Add one patient |