/hng_task2

An api that performs CRUD ops with a live postgres DB

Primary LanguagePython

hng_task2

An api that performs CRUD ops with a live postgres DB

Framework

The API is built and developed with fastapi to handle the requests and database transactions

UML DIAGRAM

The UML diagram shows the person schema design which comprises of a name field and a self populating id field i.e primary key

canvas_api-uml-diagram-230915_1523

DOCUMENTATION

visit https://hngtask2-production.up.railway.app/docs for swagger documentation

TESTING

VISIT tests.py for commented function calls for testing