Skip to content

PloyyNK/ku-polls

Repository files navigation

Online Polls and Survey

Unittest codecov

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

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

Install and Run

  1. Clone the repository
git clone https://github.com/PloyyNK/ku-polls.git
  1. Install require package
pip install -r requirement.txt
  1. Change sample.env name to .env
  2. Run migrations
python manage.py migrate
  1. Install data
python manage.py loaddata data/polls.json data/user.json
  1. Run the server
python manage.py runserver

You can now visit the server http://127.0.0.1:8000/

Project Documents

All project documents are in Project Wiki

Username Password
harry hackme22
peteparker spiderman

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages