Run this app locally by doing the following:
- Make a virtual environment by
mkvirtualenv techvaganza
and thencd
into it. - Run
git clone https://bitbucket.org/techvaganza/techvaganza-webapp.git
and you're set for now. - Finally run
python run.py
and go tolocalhost:5000
on your browser.
You may need to run pip install -r requirements.txt
to install dependencies
Shoot us an email here