An application for conducting a poll or survey, written in Python using Django. It is based on the Django Tutorial project, with additional functionality.
This application is part of the Individual Software Process course at Kasetsart University.
Clone this repository into your local working space.
git clone https://github.com/MarojT/ku-polls.git
Then, you have to build your server using settings.env
.
After that, you have to install the packages that are required for this repository.
pip install -r requirements.txt
Lastly, you have to run the server by
python manage.py runserver
Now, you can visit the linkhttp://localhost:8000
.
Username | Password |
---|---|
username | 12345 |
Jake | jake123 |
All project documents are in the Project Wiki