Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 264 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 264 Bytes

Clone the repo and enter the directory

python -m venv virtualenv
pip install -r requirements.txt
export FLASK_APP=app.py
export FLASK_ENV=development
flask run

You can then visit these urls: localhost:5000/a/1, localhost:5000/a/2 and localhost:5000/b