An open API service indexing awesome lists of open source software.

https://github.com/kaustabhbarman/quick-quiz

A quiz game where you have to answer 10 questions. Each question gives you exactly 20 seconds to answer it. The highest scorer gets email notification and others also gets notified when someone else has scored a new high score. The timer is server based timer. Disabling any JS won't stop the timer of questions.
https://github.com/kaustabhbarman/quick-quiz

laravel laravel54 notifications php postgresql

Last synced: about 1 year ago
JSON representation

A quiz game where you have to answer 10 questions. Each question gives you exactly 20 seconds to answer it. The highest scorer gets email notification and others also gets notified when someone else has scored a new high score. The timer is server based timer. Disabling any JS won't stop the timer of questions.

Awesome Lists containing this project

README

          


Build Status
Total Downloads
Latest Stable Version
License

## Quiz Game

A quiz game where you have to answer 10 questions.
Each question gives you exactly 20 seconds to answer it.
The highest scorer gets email notification and alse gets notified when someone else has scored a new high score.
The timer is server based timer. Disabling any JS won't stop the timer of questions.

Setup Mailtrap account. Place your credentials in .env like this:

MAIL_DRIVER=smtp

MAIL_HOST=smtp.mailtrap.io

MAIL_PORT=2525

MAIL_USERNAME=GIVEN_USERNAME

MAIL_PASSWORD=GIVEN_PASSWORD

MAIL_ENCRYPTION=null

Create and confgure in .env a new Database named "Quiz".

Do not forget to run 'php artisan migrate'.

Also do not forget to run 'php artisan db:seed'.

Also add a vendor folder of Laravel.