Skip to content

ahghanbari/Django-Poll-App

Repository files navigation

Poll App with Django

Django Poll App is a straight-forward App for creating and voting Polls.
Simple UI and High Functional Poll App.
Try it :)

Screenshots






Getting Started

* Download and install Python 3.10
* Download and install Git.

Cloning

git clone https://github.com/ahghanbari/Django-Poll-App.git

Virtual Environment

cd Django-Poll-App
pip install virtualenv
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Database Migration

python manage.py makemigrations
python manage.py migrate

For Admin Panel

python manage.py createsuperuser

To run the program in local server use the following command

python manage.py runserver

Then go to http://127.0.0.1:8000 in your browser

Django-Schema-Graph

This project uses Django-Schema-Graph to visualize the database schema in http://127.0.0.1:8000/schema/

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

For contribution, bug report and feature request please go to https://github.com/ahghanbari/Django-Poll-App/issues

About

A web application built with Django that allows users to create and vote on polls.

Topics

Resources

License

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors