Skip to content

lhurepo/poll-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poll App

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.

Cloning the application

To use the Polls App on your local machine, follow these steps:

  1. Clone this repository: git clone https://github.com/lhurepo/poll-app.git
  2. Install Python and Django if you haven't already: pip install django
  3. Navigate to the directory where you cloned the repository: cd mysite
  4. Run the Django development server: python manage.py runserver
  5. To add and edit questions, visit http://127.0.0.1:8000/admin/
  6. To vote and view results, visit http://127.0.0.1:8000/polls/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published