FastAPI Template This the template we use for our starter project What is included in the starter project? Please look at this README.md to get information about the library included. Please refer to pyproject.toml to get depdendecy and tool config information. How to run the project Please navigate to myapp folder where main.py file is located once you are in the directory run uvicorn main:app --reload if you dont want to restart app whenever there is a change remove --reload as the parameter Important links Default Page link Swagger UI/ API Docs