mirror of
https://github.com/google/pybadges.git
synced 2025-09-04 16:50:16 +02:00
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
Running
You must set the FLASK_APP environment variable before running the server:
export FLASK_APP=app.py
flask run
- Running on http://127.0.0.1:5000/