To Use this repository use the following commands
Rename config.sample.inc.php
to config.inc.php
and change the following values accordingly
define('DB_HOST', 'localhost');
define('DB_USER', 'root');
define('DB_PASS', 'mysql');
define('DB_NAME', 'utsav');