Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.27 KB

README.md

File metadata and controls

35 lines (19 loc) · 1.27 KB

A simple voting app using Django

A functional simple project written in Django with ajax

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.

Screentshots of this project

voting_app_ss

How to install and run this project

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

Find a bug?

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!