/YHacks16

https://devpost.com/software/intellisurance

Primary LanguageJavaScript

YHacks16

Requires:

  • python3

Steps

git clone https://github.com/nitinsurya/YHacks16.git

Optional(virtual environment):

virtualenv -p python3 YHacks16
source ./YHacks16/bin/activate

Once the code is cloned:

cd YHacks16
pip install -r requirements.txt

To run the server:

python api.py # runs the server on port 3000. One can use nohup to keep the server running.