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.
- Clone this repo
git clone https://github.com/breezjirasak/ku-polls.git
- Go to ku-polls directory
cd ku-polls
- Creating a virtual env and installing dependencies.
python -m venv env # create the virtual env in "env/", only 1 time
. env/bin/activate # start the virtual env in bash or zsh
pip install -r requirements.txt
- Runserver to see app.
python3 manage.py runserver
- You can use username and password below or you can register a new account.
Username | Password |
---|---|
test1 | test123456 |
test2 | test123456 |
All project documents are in the Project Wiki.