Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 499 Bytes

File metadata and controls

31 lines (20 loc) · 499 Bytes

FastAPI Examples

This is an example of the :ref:`contrib_fastapi`

Usage:

uvicorn main:app --reload
.. rst-class:: emphasize-children

Basic non-relational example

models.py

.. literalinclude::  ../../examples/fastapi/models.py

tests.py

.. literalinclude::  ../../examples/fastapi/_tests.py

main.py

.. literalinclude::  ../../examples/fastapi/main.py