Skip to content

lowkeyypal/VoteNexus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Overview

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.

Features

  • 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.

Prerequisites

Before running the polls website, make sure you have the following installed:

  • Python (version 3.6 or later)
  • Django (version 3.0 or later)

Installation

  1. Clone the repository or download the source code.
git clone https://github.com/silentwraith03/VoteNexus.git
  1. Navigate to the project directory.
cd VoteNexus
  1. Create the database and apply the migrations.
python manage.py migrate
  1. Start the development server.
python manage.py runserver
  1. Open your web browser and visit http://localhost:8000/ to access the polls website.

Project Structure

VoteNexus/
  |- images/
  |- pollster/
  |- |- pages/
  |- |- polls/
  |- |- pollster/
  |- |- templates/
  |- |- db.sqlite3
  |- |- manage.py
  |- LICENSE
  |- README.md

Screenshots

Tech Used

  • Python
  • Django
  • HTML
  • CSS
  • JavaScript
  • SQLite

License

MIT

About

Polls Website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published