KhunakornP / ku-polls

An online polling website using django
MIT License
0 stars 0 forks source link

KU Polls: Online Polling Web application

Django CI Linting with flake8

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.

Installation

please see Installation.md for installation instructions

Running the Application

How to run the program

  1. Create a virtual environment (if you haven't created one during installation)
    python -m venv env
  2. Activate the virtual environment
    
    env/bin/activate

on windows use

\env\scripts\activate

3. Run the server

python manage.py runserver


4. Go to http://127.0.0.1:8000/

## Project Documents

All project documents are in the [Project Wiki](../../wiki/Home).

*Important documents*
- [Vision Statement](../../wiki/Vision%20Statement)
- [Requirements](../../wiki/Requirements)
- [Project Plan](../../wiki/Project%20Plan)

*Iteration plans*
- [Iteration 1 plan](../../wiki/Iteration%201%20plan)
- [Iteration 2 plan](../../wiki/Iteration%202%20plan)
- [Iteration 3 plan](../../wiki/Iteration%203%20plan)
- [Iteration 4 plan](../../wiki/Iteration%204%20plan)

## demo users
You can register new users in the app or use these demo users

| username | password |
|-------|----------|
| demo1 | hackme11 |
| demo2 | hackme22 |
| demo3 | hackme33 |

## Super users

| username | password |
|------- |----------|
| admin1 | hackme123 |