Files
pybadges/server-example
2020-04-25 00:23:11 +07:00
..
2020-04-25 00:23:11 +07: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