Skip to content

Latest commit

 

History

History
36 lines (17 loc) · 570 Bytes

README.md

File metadata and controls

36 lines (17 loc) · 570 Bytes

Shilengae Backend and api

This is shilengae backend and api developed with PHP freamwork

** Steps to configure the backend **

Step 1

Create a database

Step 2

go to Database Sql file

Step 3

upload the sql file to the database

Step 4

go to folder Private -> database -> dbconnect.php

Step 5

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

Step 6

to access the the web go to hostname/admin/login