A barebones FastAPI app that returns Hello World.
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
uvicorn main:app --host 127.0.0.1 --port 8000Then open http://127.0.0.1:8000.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A barebones FastAPI app that returns Hello World.
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
uvicorn main:app --host 127.0.0.1 --port 8000Then open http://127.0.0.1:8000.