Skip to content

tanpatil/InstaPresent

Repository files navigation

CalHacks 8.0 - 3rd Place Winner

Website-http://instapresent.tech

InstaPresent

This tool was built by Tanay

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published