CareWheels is a web-based transportation management system designed to facilitate interactions between admins, drivers, and customers. The system is built using HTML, CSS, JavaScript, Bootstrap, PHP, and MySQL.
Database Name: tsdp2
-
Admin Login:
- Email:
[email protected]
- Password:
alii123
- Email:
-
Driver Login:
- Email:
[email protected]
- Password:
1234567
- Email:
-
Customer Login:
- Email:
[email protected]
- Password:
1234567
- Email:
Additional credentials can be found in the database.
To set up the CareWheels system, follow these steps:
- Import the
tsdp2
database into your MySQL server. - Update database connection details in the PHP files, such as the database name, username, and password.
To enable email functionality on XAMPP, follow these steps:
- Navigate to
C:\xampp\php
and open thephp.ini
file. - Locate
[mail function]
by pressingCtrl + F
. - Set the following values:
SMTP=smtp.gmail.com smtp_port=587 sendmail_from[email protected] sendmail_path="\"C:\xampp\sendmail\sendmail.exe\" -t"