mirror of
https://github.com/google/pybadges.git
synced 2026-01-09 04:40:07 +01:00
434 B
434 B
Simple Server
Installing
Before running, it is recommended to install the versions of packages that were used when writing this code:
pip install -r requirements.txt
And if you don't have installed flask yet:
apt install python3-flask
Running
You must inform the environment variable FLASK_APP and then run:
export FLASK_APP=hello.py
flask run
- Running on http://127.0.0.1:5000/