Skip to content

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

Notifications You must be signed in to change notification settings

jvp-design/fastapi-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

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