Skip to content

NoxzMSTR/QuizTestLaravel

Repository files navigation


Best-README-Template

Quiz Test Laravel

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage

About The Project

Quiz creation: Interface to create a new quiz. Interface to add questions(MCQs) and correct answers for them. Option to add a time limit for the quiz attempt. Option to subscribe to the daily digest of the quiz that will be sent at 10 am if there are any new attempts in that quiz.

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Clone the repo
    git clone https://github.com/NoxzMSTR/QuizTestLaravel.git
  2. Run migration
    php artisan migrate
  3. Install NPM packages
    npm install

(back to top)

Usage

  1. Run NPM Dev
    npm run dev
    
  2. Run scheduler
    php artisan schedule:work
    

For more examples, please refer to the Documentation

(back to top)

About

Test From WPBrigade

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published