...Clinic Management System web application is developed by using PHP & MySql and is designed to automate internal work flows and manage different aspect of a small to medium size medical clinics.
Preparation Steps:
1. You need to create the database. The scripts for the database is in the 'mySqlDb' directory.
2. Change your database configuration in 'application/configs/database.php'.
3. Also in 'application/configs/config.php' change the value of "$config['base_url']" to whatever your projects base url is.
4. Now you can access the project with the specified url.
5. To sign up for a user account, change your browser location to '<yourWebsiteAddress>/account/register'. ...