Files
pybadges/server-example

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