CalHacks 8.0 - 3rd Place Winner
Website-http://instapresent1.000webhostapp.com
This tool was built by Tanay and Gaurab.
For more info, check out our devpost
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)