A secure and transparent voting system built using blockchain technology to ensure the integrity, security, and immutability of votes.
Create a virtual environment. Activate the virtual environment.
pip install Django
pip install requirement.txt
python manage.py makemigrations
python manage.py migrate
Create an admin account to access the Django Admin Panel:
python manage.py createsuperuser
python manage.py runserver
The server will start at http://127.0.0.1:8000/.
- Blockchain-backed voting ledger
- Voter registration and authentication
- Real-time vote tallying
- Admin dashboard for managing elections
- Secure and immutable voting transactions