/ku-polls

Primary LanguagePython

Django CI

KU Polls: Online Survey Questions

An application to conduct online polls and surveys based on the Django Tutorial project, with additional features.

This app was created as part of the Individual Software Process course at Kasetsart University.

Install and Run

Installation guide.

How to run

  1. Run server
    python manage.py runserver
    
    or
    python3 manage.py runserver
    
  2. If you deactivate venv you need to run this command
    source venv/bin/activate
    python manage.py runserver
    
    or
    source venv/bin/activate
    python3 manage.py runserver
    

Demo Users

Username Password
demo1 stupidpassword1
demo2 stupidpassword2

Project Documents

All project documents are in the Project Wiki.