Skip to content

vcian/laraquiz

Repository files navigation

Laraquiz

Laraquiz is the Normal Quiz application build with the Laravel Framework & Web socket. In that, one can managing quiz and quiz questions from Backend. In front, Player will play a quiz and winner will be diclared. This will be useful for the organization who are arranging MeetUp or Workshops.

Getting Started

Prerequisites

You need to install the following:

Installing

Follow the below steps to install Laraquiz into your system:

composer install
npm install
// Run all Mix tasks...
npm run dev

Copy .env.example sample file to .env file and configure accordingly.

Run php artisan key:generate command to set the application key into your .env file. If the application key is not set, your user sessions and other encrypted data will not be secure!

Start websocket with one simple command:

php artisan websockets:serve

Follow the Documentation for more details.

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the MIT License - see the LICENSE file for details