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

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.

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 |