An application to conduct online polls and surveys based on the Django Tutorial project, with additional features.
This app was created as part of the Individual Software Process course at Kasetsart University.
please see Installation.md for installation instructions
python -m venv env
env/bin/activate
\env\scripts\activate
3. Run the server
python manage.py runserver
4. Go to http://127.0.0.1:8000/
## Project Documents
All project documents are in the [Project Wiki](../../wiki/Home).
*Important documents*
- [Vision Statement](../../wiki/Vision%20Statement)
- [Requirements](../../wiki/Requirements)
- [Project Plan](../../wiki/Project%20Plan)
*Iteration plans*
- [Iteration 1 plan](../../wiki/Iteration%201%20plan)
- [Iteration 2 plan](../../wiki/Iteration%202%20plan)
- [Iteration 3 plan](../../wiki/Iteration%203%20plan)
- [Iteration 4 plan](../../wiki/Iteration%204%20plan)
## demo users
You can register new users in the app or use these demo users
| username | password |
|-------|----------|
| demo1 | hackme11 |
| demo2 | hackme22 |
| demo3 | hackme33 |
## Super users
| username | password |
|------- |----------|
| admin1 | hackme123 |