emtiazzahid / laravel-quiz-system

Laravel API for QuizAPP
https://squiz-app.netlify.app/
25 stars 11 forks source link
jwt laravel laravel-quiz-app laravel-quiz-system laravel8 php quiz quiz-app

Quiz System API built with Laravel

License: MIT example workflow

Demo: APP

Api Run in Postman

Installation

  1. Clone this repo

    git clone https://github.com/emtiazzahid/laravel-quiz-system.git
  2. Install composer packages

    cd laravel-quiz-system
    composer install
  3. Create and setup .env file

    cp .env.example .env
    php artisan key:generate
    php artisan jwt:secret
  4. put database credentials in .env file

    for testing add database name on DB_TEST_DATABASE

  5. Migrate and insert records

    php artisan migrate --seed
  6. To run test

    .\vendor\bin\phpunit

For Frontend Repo Visit: quiz app

Screenshot

QuizApp Demo

Additional packages used

jwt-auth

License

The MIT License (MIT)