#Student Activity center (SAC) MNNIT Allahabad
sacMnnit is responsible for organising various cultural and technical events in MNNIT.
Website -
####INSTRUCTIONS
create virtual environment --> virtualenv --python=python3 sacenv
Activate virtual environment --> source sacenv/bin/activate
Install the required packages --> pip install -r requirements.txt
Run the server --> python manage.py runserver
Deploy on Heroku -