Skip to content

web application polls and surveys in Kasetsart University.

Notifications You must be signed in to change notification settings

breezjirasak/ku-polls

Repository files navigation

Online Polls And Surveys

Python application codecov

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

App created as part of the Individual Software Process course at Kasetsart University.

Install and Run

  1. Clone this repo
git clone https://github.com/breezjirasak/ku-polls.git
  1. Go to ku-polls directory
cd ku-polls
  1. Creating a virtual env and installing dependencies.
python -m venv env           # create the virtual env in "env/", only 1 time
. env/bin/activate           # start the virtual env in bash or zsh
pip install -r requirements.txt
  1. Runserver to see app.
python3 manage.py runserver
  1. You can use username and password below or you can register a new account.

Demo user

Username Password
test1 test123456
test2 test123456

Project Documents

All project documents are in the Project Wiki.

About

web application polls and surveys in Kasetsart University.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages