Ever got confused choosing between two or more phone models, software or anything? Don't worry, here is the solution.
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.
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