Update README.md

This commit is contained in:
sosokker 2023-08-29 15:28:50 +07:00
parent 00f3ca47fa
commit 94390a2478

View File

@ -1,10 +1,9 @@
# ku-polls ## KU Polls: Online Survey Questions
## Online Polls An application to conduct online polls and surveys based
on the [Django Tutorial project](https://docs.djangoproject.com/en/4.2/intro/tutorial01/), with additional features.
**KU Poll** is a web application to do online polls. ## Install and Run
## How to install and ku-polls
Window Window
@ -32,7 +31,11 @@ then
.venv\Scripts\activate .venv\Scripts\activate
``` ```
## Document ## Project Documents
- [Wiki Page](https://github.com/Sosokker/ku-polls/wiki) All project documents are in the [Project Wiki]([../../wiki/Home](https://github.com/Sosokker/ku-polls/wiki)).
- [Project Page](https://github.com/users/Sosokker/projects/2)
- [Vision Statement](https://github.com/Sosokker/ku-polls/wiki/Vision-Statement)
- [Requirements](https://github.com/Sosokker/ku-polls/wiki/Requirements)
[django-tutorial](https://docs.djangoproject.com/en/4.2/intro/tutorial01/)