This is a simple polls website built using the Django web framework. The website allows users to create, vote, and view polls. Each poll can have multiple choices, and users can select their preferred choice to vote.
- Create new polls with multiple choices.
- Vote for a choice in a poll.
- View the results of a poll.
- See a list of all polls.
Before running the polls website, make sure you have the following installed:
- Python (version 3.6 or later)
- Django (version 3.0 or later)
- Clone the repository or download the source code.
git clone https://github.com/silentwraith03/VoteNexus.git- Navigate to the project directory.
cd VoteNexus- Create the database and apply the migrations.
python manage.py migrate
- Start the development server.
python manage.py runserver- Open your web browser and visit http://localhost:8000/ to access the polls website.
VoteNexus/
|- images/
|- pollster/
|- |- pages/
|- |- polls/
|- |- pollster/
|- |- templates/
|- |- db.sqlite3
|- |- manage.py
|- LICENSE
|- README.md
- Python
- Django
- HTML
- CSS
- JavaScript
- SQLite




