pandamy619 / fastAPI-template

This is a small template for working with the FastAPI framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This is a small template for working with the FastAPI framework

License:MIT License


Languages

Language:Python 92.6%Language:Dockerfile 7.4%