Skip to content

DLesmes/fast_api_hw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI

FastAPI theory and sandbox

Usage

  • Clone the repo using Git:
git clone git@github.com:DLesmes/fast_api_hw.git
cd fast_api_hw
python3 -m venv venv
source venv/bin/activate
python3 -m pip install -r requirements.txt
  • Run the server you have two options
uvicorn main:app --reload
python3 main.py

Recommended lectures

About

Fast api theory and sandbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages