Skip to content

emmarcaber/QuizWhiz

Repository files navigation

QuizWhiz

Screenshot-2023-05-28-030655

A Laravel web application that will test your intellectual prowess. It allows user to create accounts and post their own quizzes which can be also taken by other users.

Installation

  1. Clone the repository.
git clone https://github.com/psub-bsit3a-ccit106-2023/auth-part2-final-group-1.git
  1. Install the vendor files needed to run the application.
composer install
  1. Download the node modules.
npm install
  1. Copy the .env.example to the same directory and rename it to .env.

    • For cmd, use:

      copy .env.example .env
    • For git bash, use:

      cp .env.example .env
  2. Generate the key for the laravel web application.

php artisan key:generate
  1. Run the dev script in package.json.
npm run dev
  1. Run the QuizWhiz by entering the command:
php artisan serve

You can now visit the application in http://localhost:8000.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages