Project Awesome project awesome

Simple Hexagonal Architecture PoC API

PoC for a patients API using the hexagonal architecture pattern.

Package 31 stars GitHub

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
Back to Domain-Driven Design