A simple Django project for Voting for SUG Polls in FUTMinna
Clone the repo
# SSH
git@github.com:NUKSI911/SUG-POLL-WEBSITE.git
# HTTPS
git clone https://gitlab.com/NUKSI911/SUG-POLL-WEBSITE.git
Activate virtual environment. All project work should be done in virtualenvs and virtualenv names must be added to gitignore
- Install the requirements
# install requirements
pip install -r requirements.txt
Run migrations before starting the django-server
python manage.py migrate
To view the API locally
python manage.py runserver