Facilitate access to excellent health services, connecting patients to a qualified network of professionals such as doctors, dentists, physiotherapists, psychologists, nutritionists and trusted testing laboratories. We seek to make the scheduling process more agile and efficient, ensuring convenience for our patients and promoting the well-being of the community with integrated and humanized care.
- HTML, CSS and JavaScript: for the user interface;
- PHP: for the backend;
- AJAX: for asynchronous communication, ensuring a fluid and responsive experience.
With it, we make it easier to schedule appointments, exams and treatments, revolutionizing healthcare.
Before you start, make sure you have everything ready to run HealthSched:
-
XAMPP installed: We need it to run the Apache server and the MySQL database.
👉 Download XAMPP here. -
A reliable browser: Chrome, Firefox or any other that allows you to explore the project. 🌐
Follow these simple steps to get started with HealthSched:
Install and launch XAMPP. In the control panel, activate the Apache and MySQL modules.
- Open phpMyAdmin by going to:
http://localhost:8080/phpmyadmin/
. - Create a database called healthsched (or whatever name you prefer).
- Import the database/healthsched.sql file located in the project folder to create the initial tables and data.
You can obtain the project in two ways:
git clone: https://github.com/seu-repositorio/healthsched.git
In the project repository, click Code > Download ZIP. Extract the contents to the htdocs folder in the XAMPP installation directory.
Locate the database configuration file (usually in config/db.php or similar). Update credentials to match your local environment:
Start the server in XAMPP. Open your browser and go to: http://localhost/healthsched
🎉 Done! You will see the HealthSched home page.
Check that ports 80 (Apache) and 3306 (MySQL) are not occupied by other applications. If so, change the ports in the XAMPP control panel:
- Apache: Switch to port 8080.
- MySQL: Switch to port 3307.
Make sure MySQL is active. Check that the bank name, username and password are correct in the configuration file.
Confirm that the files have been extracted to the XAMPP htdocs folder. The path in the browser must match the project folder name.
Ready to digitize medical care and make life easier for patients and professionals? 🚀