Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 496 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 496 Bytes

Fastapi Starter

Run

  1. poetry install
  2. make upgrade_db
  3. make run
  4. open http://localhost:8000/docs

Features

  • Config
  • Logging
  • vscode debugger
  • linting
  • formatting
  • auto api docs
  • sql database
  • migrations
  • prefix ids
  • pagination
  • async/background tasks
  • cron jobs
  • authentication
  • authorization

Recommended Extensions