RENT A CAR APPLICATION

Description

This project is a "Rent a Car" application. This project aims to provide a platform where users can easily rent and manage vehicles. The application offers a user-friendly interface where users can view various vehicles, select the ones they wish to rent, and follow the necessary steps to complete the rental process. Additionally, there's an admin panel where administrators can add, update vehicles, and manage user transactions. The application is designed to assist users in effortlessly managing the car rental process.
Project Introduction Video:

https://youtu.be/Ut960-GLknY?si=QCl5H03xZ41R0WaN

Frontend:

Rentacar Frontend


Framework

  • Spring

    • ■ Spring Boot 3.1.5
    • ■ Spring Web
    • ■ Spring Boot Dev Tools
    • ■ Spring Security
  • Payment

    • ■ Stripe API
  • Spring Data

    • ■ Spring Data JPA
  • Database

    • ■ PostgreSQL
  • 3rd Party Dependencies

    • ■ Lombok
    • ■ Validation
    • ■ Modelmapper
    • ■ Cloudinary
    • ■ Websocket
    • ■ Redis
  • Language

    • ■ Java 17
  • Build Tool

    • ■ Maven
  • Version Control

    • ■ Git
    • ■ GitHub
  • APIs Interaction Platform

    • ■ Swagger-ui


Installation Steps

■ PostgreSQL Installation:

  1. PostgreSQL Database Setup
  2. Creating a Database
  3. Configuring Connection Information

■ Cloning the Project:

  1. Use the following command in the terminal or command prompt to clone the project:
  1. Installing Dependencies:
cd rent-a-car
mvn clean install

Running the Application

To start the Spring Boot application, follow these steps:

  1. Using IDE (Integrated Development Environment):

    Run the application from your IDE.

ER DIAGRAM:

ER DIAGRAM

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.