/fastapi_skeletons

Multiple FastAPI skeletons to init projects

Primary LanguagePython

FastAPI skeletons

Navigate trough different branches to select a different skeleton.

This project is managed using pipenv

Linting

To execute flake8 linter, simply run flake8 from the virtual environment.

To configure it, edit the .flake8 file based on the documentation.

Executing the app

For development, execute:

python -m uvicorn main:app --reload