Skip to content

Web application for polls and surveys at Kasetsart University

Notifications You must be signed in to change notification settings

dzptahh/ku-polls

Repository files navigation

Online Polls And Surveys for Kasetsart University

Python application codecov

Kasetsart University's web application for polls and surveys. Django is a Python framework Django Tutorial Project.

This application is part of the Individual Software Process course at Kasetsart University.

Install and Run

  1. Clone this repository
git clone https://github.com/dzptahh/ku-polls.git
cd ku-polls
  1. You need to install required package
pip install -r requirements.txt
  1. Don't forget to change file name sample.env to .env
  2. Before run the server, run migrations first
python manage.py migrate
  1. Install data
python manage.py loaddata data/polls.json data/user.json
  1. Then run the server. You can run by using
python manage.py runserver

The server : http://127.0.0.1:8000/

Project Documents

All project documents are in the Project Wiki

Username Password
test11 fortest11
test22 fortest22

About

Web application for polls and surveys at Kasetsart University

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published