imkaka / fast-api-crud

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Python 93.0%Language:Dockerfile 7.0%