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