The AutoMobile Project is a comprehensive web application designed to manage various aspects of an automobile service center. It includes features for managing appointments, vehicle details, billing, inventory, and more. The project is built using PHP, JavaScript, HTML, and CSS, and it leverages a MySQL database for data storage.
Clone the repository:
git clone https://github.com/Nipuna-Lakruwan/AutoMobile-Project.git
Navigate to the project directory:
cd AutoMobile-Project
Set up the database:
cras_auto.sql file into your MySQL database.dbconnection.php
with your database credentials.
htdocs directory.http://localhost/AutoMobile-Project.AutoMobile-Project/
├── admin/
│ ├── assets/
│ ├── includes/
│ ├── ...
├── Employee/
│ ├── assets/
│ ├── includes/
│ ├── ...
├── Mechanic/
│ ├── assets/
│ ├── includes/
│ ├── ...
├── User/
│ ├── assets/
│ ├── includes/
│ ├── ...
├── config/
│ └── dbconnection.php
├── functions/
│ └── ...
├── assets/
│ ├── css/
│ ├── js/
│ ├── images/
├── index.php
├── README.md
└── ...
/User/functions/register.phplogin.php
profile.php
makeAppointment.php
appointments.php
addvehicle.php
/User/functions/editvehicle.phpvehicle.php
bill.php
billing.php
inventory.php
addItem.php
editItem.php
Contributions are welcome! Please fork the repository and create a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries or support, please contact us at senarath.lakruwan@gmail.com.