tomiok / patients-API

Patient API is a PoC project using Golang, Chi, PostrgreSQL among Docker and Docker compose. Exposing REST API endpoints.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Patient API is a PoC project using Golang, Chi, PostrgreSQL among Docker and Docker compose. Exposing REST API endpoints.


Languages

Language:Go 88.4%Language:Makefile 10.6%Language:Dockerfile 1.0%