Skip to content

koishore/VotingDay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

VotingDay

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.

Language(s) and Tool(s) Used

Versions

  • Python 2.7.10
  • Django 1.10.4

Authors

  • Ayush Nath
  • Koishore Roy
  • Vineet Nandkishore

Setup and Initialising (Linux and MacOS)

  • 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!

About

VotingDay

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors