kimnanhee / fastapi-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%