praze.net api endpoint
| .gitignore | ||
| brainz.py | ||
| favicon.png | ||
| main.py | ||
| README.org | ||
- to test locally, needs apt packages
python3-fastapi python3-pydantic python3-uvicorn python3 -m uvicorn main:app --reload- Go to
localhost:8000/docsto see routes - on the server, activate a venv and
pip3 install fastapi uvicorn[standard] python-multipart