Rent A Car Backend Project is a demo built with Spring Boot.
- Each brand can have a maximum of 5 vehicles,
- The car can be delivered in different cities,
- After the vehicle is delivered in different cities, an additional 750 TL is added to the invoice,
- Additional service can be purchased,
- Users can register to the system, list users with paging,
- Users are authenticated from MERNIS,
- Customers have a credit score, the credit score is withdrawn from findex with National Identity,
- Customers can rent a car based on their credit score.
- Java
- Spring Boot
- N-Tier Architecture
- JPA/Hibernate
- Maven
- Lombok
- ModelMapper
- AOP
- Global Exception Handling
- PostgreSQL
- Fork the Project
- Create your Feature Branch -
git checkout -b f/AmazingFeature
- Commit your Changes -
git commit -m 'Add some AmazingFeature'
- Push to the Branch -
git push origin f/AmazingFeature
- Open a Pull Request