Home
Softono

Laravel Quiz System

Open source PHP
27
Stars
12
Forks
0
Issues
1
Watchers
9 months
Last Commit

 About Laravel Quiz System

Laravel API for QuizAPP

Platforms

Web Self-hosted

Languages

PHP

Need Help Installing Laravel Quiz System?

We provide expert installation service for this software. Our team will install, configure, and secure Laravel Quiz System on your server. plans start at just $30.

Laravel Quiz System

View on GitHub

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
  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

QuizApp Demo

Additional packages used

jwt-auth

License

The MIT License (MIT)