Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 810 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 810 Bytes

CalHacks 8.0 - 3rd Place Winner

Website-http://instapresent1.000webhostapp.com

InstaPresent

This tool was built by Tanay and Gaurab.

For more info, check out our devpost

How to run

This project requires two processes to run.

First, git clone our repository.

Then, create the virtualenv:

python3 -m pip install virtualenv
mkvirtualenv hack --python 3.6
source ~/hack/bin/activate
pip install -r ~/instapresent/reqs.txt

Then, open up tmux and run two sessions:

tmux pane 1:

cd ~/instapresent/data
source ~/hack/bin/activate
python3 server.py (requires restart on changes made to main_function.py)

tmux pane 2:

cd ~/instapresent/
source ~/hack/bin/activate
python3 manage.py runserver (does not require restart)