skhaz / fastapi-clean-architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python -m venv venv

source venv/bin/activate

pip install poetry

poetry init

poetry add fastapi "uvicorn[standard]" pydantic email-validator

poetry add -G dev black isort flake8 mypy pytest pytest-cov

http://localhost:3000/docs

About


Languages

Language:Python 86.5%Language:Makefile 7.1%Language:Dockerfile 6.4%