laravel-quiz-system

Laravel API for QuizAPP

Stars
24
Committers
1

Quiz System API built with Laravel

Demo: APP

Installation

  1. Clone this repo
git clone https://github.com/emtiazzahid/laravel-quiz-system.git
  1. Install composer packages
cd laravel-quiz-system
composer install
  1. Create and setup .env file
cp .env.example .env
php artisan key:generate
php artisan jwt:secret
  1. put database credentials in .env file

    for testing add database name on DB_TEST_DATABASE

  2. Migrate and insert records

php artisan migrate --seed
  1. To run test
.\vendor\bin\phpunit

For Frontend Repo Visit: quiz app

Screenshot

Additional packages used

jwt-auth

License

The MIT License (MIT)

Badges
Extracted from project README
License: MIT Api Run in Postman
Related Projects