Skip to content

GavriloviciEduard/fastapi-tdd-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Driven Development with FastAPI and Docker

Continuous Integration and Delivery

Based on testdriven.io course.

The project outlines the following technologies and services:

Back-end

  • Python
  • FastAPI
  • Docker
  • Postgres
  • Tortoise ORM
  • Uvicorn
  • Gunicorn
  • Swagger/OpenAPI

Testing and Linting

  • pytest
  • Flake8
  • Black
  • isort

Services

  • GitHub Actions
  • GitHub Packages
  • Heroku