Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 270 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 270 Bytes

UBS: University Bazaar System

University Bazaar System

Setup Dev venv

Setup and use python3 -m venv. Install dependencies using pip3 install -r requirements.txt

How to run in Development Mode

$ export FLASK_RUN=app
$ FLASK_ENV=development flask run