This project is a polling system that allows users to create and participate in polls. It is designed to be simple and easy to use.
- Create polls with multiple options
- Vote on polls
- View poll results
To install the project, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/polling-system-up.git
-
Navigate to the project directory:
cd polling-system-up
-
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
- On Windows:
venv\Scripts\activate
- On macOS and Linux:
source venv/bin/activate
- On Windows:
-
Install the dependencies:
pip install -r requirements.txt
To start the application, run the following command:
python manage.py runserver
Then, open your browser and navigate to http://localhost:8000
to use the polling system.
If you would like to contribute to this project, please fork the repository and submit a pull request.
This project is licensed under the MIT License.