This is shilengae backend and api developed with PHP freamwork
** Steps to configure the backend **
Create a database
go to Database Sql file
upload the sql file to the database
go to folder Private -> database -> dbconnect.php
open dbconnect.php and go to line number 22
$this->_connection = new mysqli('localhost','root','','shilengae');
and change it with your current database name and other
to access the the web go to hostname/admin/login