/IxP-2017

PlaceTreat

Primary LanguageHTMLApache License 2.0Apache-2.0

IxP-2017

IxP Hackathon project

Pre-requisites:

  1. Virtual Environment
  2. Python
  3. install all dependencies in requirements.txt

Getting Started:

If you would like to demo the current version of the application, please follow this guide step-by-step:

  1. Clone the repo
git clone https://github.com/zzmarkzz321/IxP-2017.git
  1. Activate your virtual environment
source <name of virtual env>/bin/activate
  1. Install all dependencies
pip install -r requirements.txt
  1. Run the application
python app.py

The application should run on port 5000