nurmakhanow / survey-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Survey app

Build & run app

Build & run project use this command:

$ docker-compose -f local.yml build $ docker-compose -f local.yml up

Create superuser:

$ docker-compose -f local.yml exec django sh $ ./manage.py createsuperuser

In case you have trouble with ENV VAR try these:

$ docker-compose -f local.yml run django sh $ ./manage.py createsuperuser

Admin:

Swagger:

Note!

Login to django-admin in order to use Swagger endpoints that require Authorization

Only users with 'is_survey_admin=True' are able to CRUD Surveys & Questions

'.envs' added to repo for convenience

About


Languages

Language:Python 86.7%Language:Shell 9.4%Language:Dockerfile 4.0%