/Gymkhana-Nominations

Django based web-app for Nominations in Students' Gymkhana IITK

Primary LanguagePythonMIT LicenseMIT

Gymkhana Nomination Portal

A dynamic nomination portal for gymkhana posts and elections in Django. Created by Ashish and Aniket as the project during summer camp.

Webpage

Live project is available here.

Local Setup

Clone the repository on your local environment
git clone https://github.com/SummerCamp17/Gymkhana-Nominations.git

Navigate to the folder
cd Gymkhana-Nominations

Install the required dependencies
pip install -r requirements.txt

Run the localhost-server
python3 manage.py runserver

The web-app will be available at 127.0.0.1:8000 on your browser.

Development

Remember to create a new branch before you start working

git branch <branch-name>
git checkout <branch-name>
git commit -m ""
git checkout master
git merge <branch-name>

Miscellaneous

See the Django Documentation for more help on the project.

*All rights reserved. Copyright © 2017, Deepankur,Aniket and Ashish