Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 606 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 606 Bytes

interuni / slug scores and results broadcasting platform

configuring database:

import the test db schema file morasp5_interuni.sql in schema directory to your mysql server.

then edit the file meedo.min.php under backend directory and enter credentials for db.

class medoo{
	protected $database_type='mysql';
	protected $server='localhost';
	protected $username='morasp5_interuni';
	protected $password='********';
  ...

}

then navigate to localhost/sports .

moraspirit logo
baked with ♥♥ in UOM.