VotingDay is a webapp created for the final Project of Scalable Software Systems by Professor Chinmay Narayan at Ashoka University for the Fall 2016 Semester.
- HTML
- CSS (http://www.materializecss.com/)
- Javascript
- Python
- Django
- Python 2.7.10
- Django 1.10.4
- Ayush Nath
- Koishore Roy
- Vineet Nandkishore
- Clone this directory into your local system
- Open terminal and navigate to the directory where cloned the repository
- Type "cd VotingDay/mysite" and press Enter
- Run "python manage.py makemigrations"
- Run "python manage.py migrate"
- Run "python manage.py runserver"
- Open your browser and go to http://127.0.0.1:8000/VotingDay use the webapp
- Alternatively, you may choose to use the admin panel to check out the database by going to http://127.0.0.1:8000/admin
- If you want to login to admin, open terminal, navigate to 'mysite' and run the command "python manage.py createsuperuser"
- Create the super user login and password and you're good to go!