Skip to content

Simple quiz application, built in laravel in Mobile Web Application Course for Harbour Space University

Notifications You must be signed in to change notification settings

humbertoyusta/lauquiz

Repository files navigation

Lauquiz

Make & Play Quiz WebApp, built in Laravel for Mobile Web Application Course at Harbour Space University

Features

  • Play a quiz, answering its questions

  • See your results, how many answers are correct

  • See the scoreboard of a quiz

  • Create a quiz, create questions and answers for it

  • Upload and use photos in questions

Some extras

  • Creates answered quizzes and answered questions when playing a quiz

  • Check if a quiz is a draft, using a dispatched job and deleting cache (of the quizzes list) after updates the quiz

Installation

First make sure you have php and composer installed

  1. Clone the project and cd into the folder
  git clone https://github.com/humbertoyusta/lauquiz
  cd lauquiz
  1. Copy .env.example to .env
  cp .env.example .env
  1. Run composer install
  composer install
  1. Build the container
  ./vendor/bin/sail build --no-cache
  1. Run the container
  ./vendor/bin/sail up -d
  1. Migrate and seed the database
  ./vendor/bin/sail artisan migrate:fresh --seed

Authors

About

Simple quiz application, built in laravel in Mobile Web Application Course for Harbour Space University

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages