ku-polls/README.md
2023-08-29 15:30:22 +07:00

995 B

KU Polls: Online Survey Questions

An application to conduct online polls and surveys based on the Django Tutorial project, with additional features.

Install and Run

Window

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

python -m virtualenv .venv

or

python -m venv .venv

then

.venv\Scripts\activate

Project Documents

All project documents are in the Project Wiki.

django-tutorial