Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
/ ku-polls Public archive

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

Notifications You must be signed in to change notification settings

Tezigudo/ku-polls

Repository files navigation

ku-polls

unittest codecov

Online Polls And Surveys

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

How to Install

make sure that you have python in your computer

first, clone this repository by type this command in your terminal at your choosen path

git clone https://github.com/Tezigudo/ku-polls.git ku-polls

go to project directory

cd ku-polls

next, you have to create file name .env to configuration note that you may get your secretkeys here

.env file template looks like sample.env you can modify value and copy it into .env

by running setup.sh will set everythings ready for you to running the application by typing this command

you can initialize the polls by

bash setup.sh

How to run

now to run server by type this

python manage.py runserver

go to http://127.0.0.1:8000/ or localhost:8000/ for application.

Demo Admin

Username Password
God banana123

Demo User

No. Username Password
1 banana iloveapple
2 apple ilovebanana

lets enjoy the polls by me :)


About

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

Resources

Stars

Watchers

Forks