This is a web-based application built using Python 3.11.5 and Django 5.0.4.
It is a simple interface that allows users to create, edit, and vote for poll questions.
To use the Polls App on your local machine, follow these steps:
- Clone this repository:
git clone https://github.com/lhurepo/poll-app.git
- Install Python and Django if you haven't already:
pip install django
- Navigate to the directory where you cloned the repository:
cd mysite
- Run the Django development server:
python manage.py runserver
- To add and edit questions, visit http://127.0.0.1:8000/admin/
- To vote and view results, visit http://127.0.0.1:8000/polls/