From b56a5fc7f0bc4e7f52b9293113ad7a1262a553cf Mon Sep 17 00:00:00 2001 From: Sirin Puenggun Date: Tue, 29 Aug 2023 15:31:32 +0700 Subject: [PATCH] Merge new README.md (#10) * Update README.md * Update README.md --- README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7e4c89d..9fc77ea 100644 --- a/README.md +++ b/README.md @@ -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. - -## How to install and ku-polls +## Install and Run Window @@ -32,7 +31,11 @@ then .venv\Scripts\activate ``` -## Document +## Project Documents -- [Wiki Page](https://github.com/Sosokker/ku-polls/wiki) -- [Project Page](https://github.com/users/Sosokker/projects/2) \ No newline at end of file +All project documents are in the [Project Wiki](https://github.com/Sosokker/ku-polls/wiki). + +- [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/) \ No newline at end of file