/fastAPI-template

This is a small template for working with the FastAPI framework

Primary LanguagePythonMIT LicenseMIT

FastAPI template

FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.7+ based on standard Python type hints.

🧐 About

This is a small template for working with the FastAPI framework

🚀 Running FastAPI

Clone or download this repository

Go inside of directory, cd fastapi-template

Start using docker

docker-compose up

Start using poetry

poetry shell
poetry install
python main.py

💭 Developer convention

⛏️ Built Using