mirror of
https://github.com/Sosokker/ku-polls.git
synced 2025-12-18 21:14:05 +01:00
Merge pull request #9 from Sosokker/iteration1
Merge README.md from iteration1
This commit is contained in:
commit
b63d0e47ed
39
README.md
39
README.md
@ -1 +1,38 @@
|
||||
# ku-polls
|
||||
# ku-polls
|
||||
|
||||
## Online Polls
|
||||
|
||||
**KU Poll** is a web application to do online polls.
|
||||
|
||||
## How to install and ku-polls
|
||||
|
||||
Window
|
||||
|
||||
```bash
|
||||
git clone https://github.com/Sosokker/ku-polls
|
||||
cd ku-polls
|
||||
pip install -r requirements.txt
|
||||
python manage.py migrate
|
||||
python manage.py runserver
|
||||
```
|
||||
Then connect to `127.0.0.1:8000/`
|
||||
|
||||
**Optional**
|
||||
|
||||
You can create virtual environment by using this command before install requirements.txt
|
||||
```bash
|
||||
python -m virtualenv .venv
|
||||
```
|
||||
or
|
||||
```bash
|
||||
python -m venv .venv
|
||||
```
|
||||
then
|
||||
```bash
|
||||
.venv\Scripts\activate
|
||||
```
|
||||
|
||||
## Document
|
||||
|
||||
- [Wiki Page](https://github.com/Sosokker/ku-polls/wiki)
|
||||
- [Project Page](https://github.com/users/Sosokker/projects/2)
|
||||
Loading…
Reference in New Issue
Block a user