Skip to content

331leo/FastAPI_Template

Repository files navigation

FastAPI Boilerplate

This Project uses Poetry Package Manager

poetry install

Run Server via uvicorn (Development)

poetry run uvicorn app:app --reload

Run Server via gunicorn (Production)

(Configure Appliction Settings on gunicorn.conf.py)
poetry run gunicorn app:app

About

A Simple FastAPI Template

Resources

License

Stars

Watchers

Forks

Contributors

Languages