A dynamic nomination portal for gymkhana posts and elections in Django. Created by Ashish and Aniket as the project during summer camp.
Live project is available here.
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
pip3 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.
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>
See the Django Documentation for more help on the project.