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.
- Clone the repository
git clone https://github.com/PloyyNK/ku-polls.git
- Install require package
pip install -r requirement.txt
- Change
sample.env
name to.env
- Run migrations
python manage.py migrate
- Install data
python manage.py loaddata data/polls.json data/user.json
- Run the server
python manage.py runserver
You can now visit the server http://127.0.0.1:8000/
All project documents are in Project Wiki
- Vision Statement
- Requirements
- Software Development Plan
- Iteration 1 Plan and Task Board
- Iteration 2 Plan
- Iteration 3 Plan
- Iteration 4 Plan
Username | Password |
---|---|
harry | hackme22 |
peteparker | spiderman |