Skip to content

fardhanardhi/quatro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quatro.

Quiz and Trivia Online. — https://quatro-play.herokuapp.com

Getting started

Clone the repo

git clone https://github.com/fardhanardhi/quatro.git

Import dumped SQL database

Import db_quiz.sql file into your mysql host

Setup database connection

Go to conSQL.php file and configure the connection:

$dbUrl  = ""; // url host
$dbUser = ""; // db username
$dbPass = ""; // db password
$dbName = ""; // db name

Play it!

Screenshot