Develop Quiz App with Laravel
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-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
Screenshot
Additional packages used
License
The MIT License (MIT)
Frontend
Tested with:
- Node v12.13.1
- Npm 6.12.1
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Screenshot
Resources use
- Design Framework: Vuetify
- Homepage: vuetify-landing-page
- Admin panel template: vuetify-material-dashboard
Customize configuration
👉 Check Laravel API
License
The MIT License (MIT)
Source Code
To use this app, please view the source code via the link below.
We hope that Develop Quiz App with Laravel article will be useful. Please continue to visit this site to get other latest free application source code info. You can also join the telegram channel or subscribe to email to get the latest updates. Thank You.