Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.51 KB

README.md

File metadata and controls

49 lines (37 loc) · 1.51 KB

Ever got confused choosing between two or more phone models, software or anything? Don't worry, here is the solution.

P-POLLS

A platform to create polls and cast votes for other polls and get to know where the majority goes.

Incubated features like search polls by their name and user authentication.

Screenshorts

Screenshot 2022-08-26 121650

Screenshot 2022-08-26 121551

Screenshot 2022-08-26 121454

Screenshot 2022-08-26 121412

Screenshot 2022-08-26 121311

Let's Begin

Install virtual environment. If pip is not install then install it first then run above command

pip install virtualenv

create virtual environment.

virtualenv virtualenv_name

Clone the repo

git clone <repo_link>

Install project dependencies from requirements.txt

pip isntall -r requirements.txt

Make migrations

python3 manage.py makemigrations
python3 manage.py migrate

Run local server

python3 manage.py runserver

If you like the project then please give a star.