Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 301 Bytes

File metadata and controls

16 lines (13 loc) · 301 Bytes

Bit.ly analog web app

Kickstart

You need to setup a new python virtualenv and install dependencies into it. Use python3

python3 -m venv myenv
. myenv/bin/activate
pip install -r requirements.txt

Then you can run the web application

FLASK_APP=app.py
python -m flask run