This project provides management database system for car service system. Users can add orders, customers, vehicles and services and also delete them and able to see datas from each table.
This project developt with Microsoft Visual Studio Code using PHP,MYSQL, HTML, CSS and JavaScript.
1.Clone the repository to your local machine.
2.Firstly open the XAMP Server.
3.In the XAMPP Control Panel, start Apache and MySQL
4.Click admin in the MYSQL column.
5.In PHPMyAdmin go to import and import carservice.sql
6.Open the browser and search for localhost/cms/
- Here's interface examples from the project.
3.This is main page, you can see totals for each datas, and at the right side you can acess every data.
4.In this page you can add datas to tables. This page provides adding data to customers table.
5.And here you can see services list, you can delete them if you want.