/fastapi_template

Primary LanguagePythonOtherNOASSERTION

For run project after generating from this template

copy config_dist into config fill config files install requirements:

python -m pip install -r requirements.txt

run migrations:

python -m alembic upgrade head

run project:

python -m app