FastAPI - todo


  • Access to MongoDB
  • Access to PostgreSQL
  • Access to SQLite
  • Session ???
  • Can we have the query parameters and the internal variables be different (e.g. paramName and param_name ?)
  • handel exceptions (500 errors)
pip install "uvicorn[standard]"

uvicorn main:app --reload