/fastapi-template

Fastapi template

Primary LanguagePythonMIT LicenseMIT

Fastapi template

this a perso template to learn Fastapi

Usage

  1. First install the required packages.

    pip install requirements.txt
  2. Start the app with uvicorn

    uvicorn app.main:app --reload  # relaod to reload the server when file change is detected

Todos

  • Authentication
  • E-mail notification
  • Globale logging system