Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 220 Bytes

File metadata and controls

10 lines (6 loc) · 220 Bytes

Welcome!

In this repo, you will find the basic setup for FastAPI, utilizing Pydantic.

Execute the following command: pip install -r requirements.txt

To run the application app: uvicorn api.main:fast_app --reload