Skip to content

minguququ/fastapi-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

fastapi-example

How to install

python3 -m venv myvenv
source myvenv/bin/activate

pip install fastapi
pip install uvicorn
pip install python-multipart
pip install aiofiles

How to start

./myvenv/bin/uvicorn main:app --reload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages