Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 245 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 245 Bytes

Test fastapi

Simple test app.

Create environment:

poetry install

Start app:

python main.py

Swagger endpoint:

http://localhost:8000/docs

Swagger json endpoint:

http://localhost:8000/openapi.json