GithubHelp home page GithubHelp logo

hoaian2 / college-quiz-app Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 4.82 MB

A Quiz app build with Laravel+React

Home Page: http://andev.great-site.net

PHP 41.41% JavaScript 0.10% Shell 0.14% HTML 0.22% CSS 6.97% TypeScript 51.17%
excel laravel php react typescript

college-quiz-app's Introduction

College-Quiz-App

Prerequisites

  • Nodejs (only for Dev)
  • PHP 8.1 or later
  • MySQL / MariaDB

Installation

git clone https://github.com/HOAIAN2/college-quiz-app.git
  • Run prepare.sh to generate .env file and install libs for server and client.
  • Edit Enviroment variables in .env file.
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=college-quiz-app
DB_USERNAME=admin
DB_PASSWORD=123456789
  • Create databse, seed data
php artisan migrate
php artisan db:seed
  • Seed databse (Change root account in databse/seeders/UserSeeder.php)

  • Build

Some free hosting like infinityfree, 000webhost only allow GET, POST method so you can config override method when call api on client

VITE_DEV_PORT=3000
VITE_DEV_SERVER_PORT=8000
VITE_OVERRIDE_HTTP_METHOD=true

Deploy

./deploy.sh

Databse Diagram

DB Diagram

Demo

Desktop

Mobile

college-quiz-app's People

Contributors

hoaian2 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.