FastAPI starter kit FastAPI simple starter kit Rewuirement Python 3.8+ Installation Use poetry $ python3 -m venv venv $ source venv/bin/activate (venv) $ poetry install Usage Running (venv) $ python app.py Testing (venv) $ pytest . Docker docker-compose -f docker-compose-local.yml up Licence MIT Licence