Car Vehicle Quality System is a project that provides a platform for the quality control and tracking of vehicles. This project aims to be a useful tool for vehicle manufacturers, sellers, or quality control departments. The system is developed to ensure the management of vehicles in compliance with quality standards at all stages (production, delivery, sales).
- User management: Users can log in to the system, manage vehicles, and report defects.
- Vehicle management: Vehicles can be added, updated, deleted, and queried using search filters.
- Defect management: Users can report defects in vehicles and manage the handling of these defects.
- Java 8 or newer version
- Maven 3 or newer version
- PostgreSQL database
- Clone this repository:
git clone https://github.com/BeytullahYayla/CarVehicleQualitySystem.git
- Install and configure PostgreSQL database.
- Open the
application.properties
file and update the database connection settings. - Run the following command in the project folder:
mvn clean install
- Start the application by running the following command:
mvn spring-boot:run
- After the application is successfully running, go to http://localhost:8080.
- Log in with your username and password.
- Add, update, and delete vehicles.
- Report and manage defects.
- Generate statistical reports and perform analysis.
- Fork this repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin feature/your-feature-name
- Submit a Pull Request.