Skip to content

Chamith-Nimmitha/Online-School-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

328 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online-School-Management-System

Please do these steps after clone project:

  1. Change project name as you wish. Example: 'myProject'
  2. Please change /app/config/config.php file according to your project name.
From:
	define('BASE_URL','http://localhost/sms/');
	define('BASEPATH',$_SERVER["DOCUMENT_ROOT"].DS."sms/");
          
To: 
	define('BASE_URL','http://localhost/<your project name>/');
	define('BASEPATH',$_SERVER["DOCUMENT_ROOT"].DS."<your project name>/");
          
Example:
	define('BASE_URL','http://localhost/myProject/');
	define('BASEPATH',$_SERVER["DOCUMENT_ROOT"].DS."myProject/");
  1. Download DB file from here. https://drive.google.com/file/d/1LEGSJ2stlcGSCG8ML2T6VahexBBQSw36/view?usp=sharing

  2. Create a mysql DB named 'sms-final'

  3. Import downloaded sql file to created database.

Congratulations!!! Now you can use full featured online school management system.

About

Online school management system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors