Skip to content

Questionnaire utility. The Administrator can add questions and the consequences for each answer. At the end it will suggest what products to take.

Notifications You must be signed in to change notification settings

edpol/questionnaire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Questionnaire

###End Points

{{url}}/api/question/{{order}}

###Install

$ git clone  
$ composer install  
ed .env, add DB information  
mysql> CREATE DATABASE questionnaire;  
mysql> USE questionnaire;  
mysql> CREATE USER 'curious'@'%' IDENTIFIED BY 'george'; 
mysql> GRANT ALL PRIVILEGES ON questionnaire.* TO 'curious'@'%' WITH GRANT OPTION;
$ php artisan key:generate  
$ php artisan make:auth  
$ php artisan migrate --seed

Every time you change a VUE component (run at least once in production server)

npm run dev 

or to have it run continuously watching (good for development)

npm run watch-poll

Usage

Log in to the questionnaire web site add a question,
the question has an optional heading
at least 1 answer
the answer has an add or remove option
and it has one item

About

Questionnaire utility. The Administrator can add questions and the consequences for each answer. At the end it will suggest what products to take.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages