Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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