8000 GitHub - wtrb/fastapi-tutorial: This is a repo to accompany a FastAPI tutorial series on Youtube
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wtrb/fastapi-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

FastAPI Tutorial

Setup

Set up your virtual environment

python -m venv env
.\env\Scripts\activate
pip install -r requirements.txt

If you're running Linux or MacOS you'll instead run

python -m venv env
source ./env/bin/activate
pip install -r requirements.txt

Running the app

uvicorn main:app --reload

About

This is a repo to accompany a FastAPI tutorial series on Youtube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0