Skip to content

jtemporal/fastapi_101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI 101

Introduction to FastAPI

Setup

pip install -r requirements.txt

Running

uvicorn application.quotes:app --reload