Pollgram is a poll-based social network. Communicate with people by creating polls and vote for other's polls.
git clone https://github.com/marasiali/Pollgram_back.git
or
git clone [email protected]:marasiali/Pollgram_back.git
cd Pollgram_back
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
cd pollgram_back
python manage.py makemigrations
python manage.py migrate
run this code :
python manage.py runserver
Then, open a browser and go to http://127.0.0.1:8000/