Skip to content

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

Stars

2 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages