Demo: APP
- Clone this repo
git clone https://github.com/emtiazzahid/laravel-quiz-system.git
- Install composer packages
cd laravel-quiz-system
composer install
- Create and setup .env file
cp .env.example .env
php artisan key:generate
php artisan jwt:secret
-
put database credentials in .env file
for testing add database name on DB_TEST_DATABASE
-
Migrate and insert records
php artisan migrate --seed
- To run test
.\vendor\bin\phpunit
For Frontend Repo Visit: quiz app
The MIT License (MIT)