Burak Karlıdağ --> GitHub/bkarlida
The Rent A Car Project is a web application designed to manage car rental processes. This project provides users with features such as renting cars, listing cars, making reservations, and updating car information.
- Users can register to the system, list cars, and perform rental transactions.
- Administrators can add, update, and delete cars.
- Detailed information for users and cars can be viewed.
- Reservation transactions can be tracked.
- HTML
- CSS
- JavaScript
- React.js
- Spring Boot
- Java
- PostgreSql
To run the project, follow the steps below:
- Navigate to the
backendfolder. - Run the command
./mvnw clean installto install the necessary dependencies. - Start the Spring Boot application with the command
./mvnw spring-boot:run.
- Navigate to the
frontendfolder. - Run the command
npm installto install the necessary dependencies. - Start the React application with the command
npm start.


