Quiz System API built with Laravel
Demo: APP
Installation
-
Clone this repo
git clone https://github.com/emtiazzahid/laravel-quiz-system.git -
Install composer packages
cd laravel-quiz-systemcomposer install -
Create and setup .env file
cp .env.example .envphp artisan key:generatephp 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
Screenshot

Additional packages used
License
The MIT License (MIT)