Check SOLUTION Branch for final solution for Solution Challenge
HOW TO SET UP THIS PROJECT LOCALLY
-
You must have local developer server installed on your machine like XAMPP, WAMP, LAMP
-
Clone the repository to your local machine:
-
Move the cloned folder to:
a. for XAMPP: htdocs folder
b. for WAMP: www folder
-
Create a database and name it anything you like. Just make sure you edit the config/connect.php and change the db_name to your database name
-
Start your local developer server
-
The project will be available at localhost/Leaderboard
HOW TO SET UP THIS PROJECT ONLINE (USING CPANEL)
-
Download the project files
-
Upload the project files with file manager in Cpanel
-
Create a mysql database and put the configurations in config/connect.php
-
The project will be live at yourdomain.com