This project is a simple voting app where users can see the multiple voting options for different questions, give their votes with their choices, and see a dynamic chart based on their votes.
Make a clone or download this project . For making a clone, run this command in your terminal:
git clone git@github.com:Khalidur-sujon/Voting-app.git
After downloading or cloning, you have to install (if it is not already installed) Django on your machine. For installing Django (in Linux), follow this command:
pip install django
Then install virtual environment and activate that.
python3 -m venv .venv
cd/venv/bin
source./activate
Finally, run the manage.py
file, which is located in the pollster folder.Use this command to run the server.
python3 manage.py runserver
If you found an issue or would like to submit an improvement to this project, please submit an issue using the issues tab above. If you would like to submit a PR with a fix, reference the issue you created!