The overall project is designed using the MVC pattern (MVC i.e. Model, View, and Controller). In the Backend, it is using Spring Boot, at the data access layer the project is using Hibernate Framework, and at the front end, we are using HTML, CSS, and Bootstrap. The Database used here is Oracle Database.
Inspection - vehicle components are visually inspected for wear or any leaks. A diagnostic is performed to identify any electrical components reporting a failure or a part operating outside of normal conditions. Replacement - Given certain lubricants break down over time due to heat and wear, manufacturers recommend replacement. Any parts that are close to their expected failure are replaced too to avoid a failure while operating the vehicle. Adjustments - as vehicle components wear, they may need adjustment over time. The completed services are usually recorded in a service book upon completion of each service.
ADMINISTRATION --->ADMINLOGIN ---> -ADMINPAGE --->
- VIEW USER DETAILS
- VIEW VEHICLE LISTS
- ADD VEHICLE CENTRE LIST
- EDIT VEHICLE CENTRE LIST
- VIEW BOOKING LIST
- VIEW SERVICE LIST
- DELETE PAYMENT LIST
USER-----> -/CREATE ACCOUNT/ADDING VEHICLE TYPE/SELECTING SERVICES/PAYMENT/BILL
USER PROFILE
LOGOUT
- DataBase Connectivity
- DataBase Relational data Handling. many to many relation.
- Exception Handling with try and catch.
- Form validation in frontend level.
- Form validation in POJO level.
- Form null validation in Oracle database level.
- CSS
- HTML