Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 804 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 804 Bytes

SUG-POLL-WEBSITE

A simple Django project for Voting for SUG Polls in FUTMinna

Getting Started

Clone the repo

    # SSH
    [email protected]: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

Installation

  • Install the requirements
    # install requirements
    pip install -r requirements.txt

Run migrations before starting the django-server

    python manage.py migrate

Running Locally

To view the API locally

    python manage.py runserver