This is a elearning system developed for academic purposes.
Tutor account
login name: john@example.com
password: pass
Student account
login name: mary@example.com
password: test
At db_connect.php you will find the credentials to login at the Database you are gonna create.
You must run XAMPP.
Start Apache and MySQL.
Go to Admin at MySQL.
Create a FULL PRIVILEGED User account with username and password of your preferance.
Then create a database.
Then import the .sql file included for test data.
Then update the db_connect.php file with the credentials of the database.