valerybriz / fastapi-boilerplate

fastapi boilerplate to get started

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fastapi Boiler plate

(based on the Fastapi Coockie cutter

pre-commit Code style: black

for more info about endpoints usage: check /docs when all is mounted.

Pre-requisites for local execution

  1. create a python virtualenv and install dependencies using poetry install
  1. create .env file in root with your own credentials, use .env_sample as a guide
  1. pre-commit install
  1. start the ASGI server implementationuvicorn app.main:app --reload --port 8000

About

fastapi boilerplate to get started


Languages

Language:Python 98.4%Language:Dockerfile 1.6%