This is the official site of Sparsh-2018 .The Mega annual cultural event held by NIT Surat.
#create virtual environment with python2.7
virtualenv venv
#activate virtualenv
source venv/bin/activate
#install dependencies
pip install -r requirements.txt
#run flask app
python app.py