To setup database connection enter your credentials into "init.php" file:
define(DB_HOST, 'localhost'); define(DB_USER, 'root'); define(DB_PASS, ''); define(DB_NAME, 'testshop');
And then run "db_restart.php" it will reset tables and demo data in database