/fast-api-crud

CRUD app developed while learning the new gem Fast API following TDD.

Primary LanguagePythonMIT LicenseMIT

Developing and Testing an Asynchronous API with FastAPI and Pytest

CRUD app developed while learning the new gem Fast API following TDD.

Setup and run

Build the images and run the containers:

$ docker-compose up -d --build

Visit the URL to know available API endpoints.

Credits - TestDriven.io post