Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.83 KB

README.md

File metadata and controls

48 lines (36 loc) · 1.83 KB

KU Polls: Online Survey Questions

Tests

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

  1. Installation and Setup
git clone https://github.com/xxxxxx/ku-polls
chdir ku-polls
pip install -r requirements.txt
python manage.py migrate
  1. Run
python manage.py runserver
  1. Demo Users for Login
Username Password
demoboi hackme6969
billyboi plsdonthackme888
testo.yoyo AyeYo420

Project Documents

All project documents are in the Project Wiki.