You will get the sample database under the folder called DB
. Upload it in your MySQL engine.
Then you have to goto includes\Database.php
to connect the database with this project.
private $hostdb="LOCALHOST"; // your hosting name
private $userdb="USER_NAME"; // your database user name
private $passdb="USER_PASSWORD"; // your database user password
private $namedb="DATABASE_NAME"; // your database name
Now the database will be connected to this project and you will be able to use this project.