Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 934 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 934 Bytes

Python Version Code style: black Imports: isort

Build: just FastAPI: 0.68

Async webapp

Example of how to setup an async fastapi webapp.

Aims

  • Build a more efficient non-blocking webapp which utilizes async sqlachemy

Dependencies

  • Python 3.8
  • Just
  • Postgres

Built-in Swagger docs are available at:

localhost:8000/docs