Skip to content

Guruprasanna02/ezVote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ezVote is a flexible and easy-to-use voting system application for clients as well as for administrator to set-up poll(s) with admin privileges, client authentication and polls can be customized by the admin.

The app can be accessed at {HOST_IP}:8000

  • To start the application:
  1. Clone this repo to your local machine
  2. cd into the project repo
  3. Run the following commands in terminal:

virtualenv venv

source venv/bin/activate

pip3 install -r requirements.txt

  1. Now run the following command to create a superuser(admin):

python manage.py createsuperuser

In the prompt, enter username, email and password for admin account

  1. To initialize the application, run:

python manage.py runserver

Make sure that you have python3, pip3 and virtualenv installed in host machine.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published