Skip to content

RyukungG/ku-polls

Repository files navigation

KU-polls

test codecov

Online Polls And Surveys

An application for conducting online polls and surveys based on the django-tutorial, with additional features.

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

Install and Run

make sure that you have python in your computer.

  1. clone the repo into directory
  2. then create a virtual environment in your repo directory
python -m venv env

to activate a virtual environment om Windows

. env/Scripts/activate

to exit the environment

deactivate
  1. then to install the requirements
pip install -r requirements.txt
  1. you have to create file name .env to configuration. Follow the example on sample.env. you may generate your secretkeys on this site

  2. then to create the database run

python manage.py migrate
  1. load the data
python manage.py loaddata data/polls.json data/users.json
  1. run server
python manage.py runserver

you can go to http://127.0.0.1:8000/ to use the web application.

User that exists in the KU-polls

Username Password
b6410545550 RyuN2@@2
kuruga kuruga2545
ryunosuke ryunosuke2545

Project Documents

All project documents are in the Project Wiki.

About

A Django assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published