Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.79 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.79 KB

Car Rental Management System

Description

Our product, named "Car Rental Management System," provides customers with vehicle rental experiences and assists rental service staff in managing their operations efficiently.

Technologies Used

  • IDEs: Eclipse, VSCode
  • Programming Languages: Java (JDK 8)
  • Frameworks and Libraries: Spring Boot, Lombok
  • Deployment Platforms: Local
  • Application Server: Apache Tomcat
  • Database Server: MySQL
  • Frontend Technologies: HTML, CSS, JavaScript, Bootstrap

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You will need the following tools:

  • An IDE that supports Java (like IntelliJ IDEA, Eclipse)
  • An IDE that supports JavaScript (like Visual Studio Code)
  • MySQL Workbench or similar software for managing MySQL databases

Installation

Follow these steps to set up your development environment:

  1. Clone the repository to your local machine.
    git clone https://github.com/<your-username>/car-rental-management.git
  2. Open the project in either Eclipse or VSCode.
  3. Ensure JDK 8 is installed and properly configured.
  4. Install MySQL and set up the database using the schema provided in the repository.
  5. Run the application using the Spring Boot run configuration.

Usage

To use the Car Rental Management System, start the server and navigate to http://localhost:8080 in your web browser. The application allows you to manage vehicle rentals, customer information, and other related operations.

Architecture

Below is the architecture diagram of the Car Rental Management System: ![Architecture Diagram]

Acknowledgments

Developed by Shashi Teja P V, Bhavana Vasireddy, and Mahesh Pachala.