/fastapi-template

Basic Python/FastAPI project template

Primary LanguagePython

Fast API Project Template

Development

Using Conda

conda env create -f environment.yml
conda activate fastapi-template

Run the server:

uvicorn server:app --reload

Server now available at http://localhost:8000 and interactive Swqagger docs at http://localhost:8000/docs

Getting started with FastAPI

Tutorial: https://fastapi.tiangolo.com/tutorial/