/ku-polls

Primary LanguagePython

KU Polls: Online Survey Questions

Django CI

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

Read how to install and configure application from Installation.md.

  1. Activate the virtual environment
    # On Linux or MacOS:
    source venv/bin/activate
    
    # On Windows:
    venv/Scripts/activate
    
  2. Start the Django development server
    python manage.py runserver
    
    If you get a message that the port is unavailable, then run the server on a different port (1024 thru 65535) such as:
    python3 manage.py runserver 12345
    
  3. Access the app in a web browser at http://localhost:8000
  4. Exit the virtual environment by closing the window or by typing:
    deactivate
    

Project Documents

All project documents are in the Project Wiki.

Admin User

Username Password
admin 1234

Demo User

Username Password
snowden1 kupoll11234
snowden2 kupoll21234