joepavitt / fastapi-template

Basic Python/FastAPI project template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

Basic Python/FastAPI project template


Languages

Language:Python 100.0%