Skip to content

NUKSI911/SUG-POLL-WEBSITE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SUG-POLL-WEBSITE

A simple Django project for Voting for SUG Polls in FUTMinna

Getting Started

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

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published