Skip to content

sakheli/famousquotequiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Famous quotes quiz

Requirements

  • php 8.1
  • mysql 15.1
  • laravel 9.8
  • nodejs 16.1

Setup

  • Create database, user and grant privileges to that user. CREATE DATABASE quiz; CREATE USER 'quiz_user'@'localhost' IDENTIFIED BY 'verysecurepassword'; GRANT ALL PRIVILEGES ON quiz.* TO 'quiz_user'@'localhost';
  • Install packages for backend composer install
  • Run database migration php artisan migrate
  • Seed database php artisan db:seed
  • Start backend server php artisan serve
  • Install packages for frontend npm install
  • Start frontend server npm run dev

Frontend

localhost:3000

Backend

localhost:8000

Api

localhost:8000/api

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published