arslnb / techvaganza

Source files for the Techvaganza 2K15 web app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Techvaganza 2015

Instructions for Use

Run this app locally by doing the following:

  • Install Python from here or just skip this if you're awesome and use OS X or Linux.

  • Consult this StackOverflow question on installing pip package manager, here

  • Install virtualenv-wrapper by running sudo pip install virtualenv-wrapper

  • Make a virtual environment by mkvirtualenv techvaganza and then cd into it.

  • Run git clone https://github.com/ArsalanBashir/techvaganza.git and you're set for now.

  • Finally run python run.py and go to localhost:5000 on your browser.

You may need to run pip install -r requirements.txt to install dependencies when they're there.

Flask Resources

If you're new to the stack:

  • Learn basic Python here
  • Read the Flask documentation here

Contact the Team

Shoot me an email here or shout out on Twitter

About

Source files for the Techvaganza 2K15 web app