Just learning how to build Laravel 5 application.
A simple quiz application made on Laravel 5.
Database contains these tables:
- questions
- id
- description
- topic_id
- answers
- id
- description
- is_correct
- question_id
- replies
- id
- question_id
- user_id
- is_correct
- topics
- id
- name
- title
- description
- users
- id
- prodiver
- provider_id
- name
- nickname
- avatar
- remember_token
Production site is located at quizr.frb.io/
For any feedback please email me at preshetin@gmail.com