Skip to content

A spring boot application which manages the cars sold at three different car dealerships

License

Notifications You must be signed in to change notification settings

Dev-Daljeet/CarDealershipSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Car Dealership System

This project is a web application which manages the cars sold at three different car dealerships. It performs CRUD (Create, read, update and delete), search and purchase functions/operations on any car from any dealerships.

Programming language: Java

Java Framework: Spring Boot

Type: Maven

Dependencies used: Spring Web, Thymeleaf, Lombok, Spring data JDBC and H2 database

Some sample screenshots of Project

Homepage

Screesshot of Homepage

Add page

Screesshot of add page

View page

Screesshot of view page

Search page

Screesshot of search page

Usage examples (How to use):

CarDealership

Run:

Prerequisites (Requirements):

For building and running the application you need:

Running the application with IDE

There are several ways to run a Spring Boot application on your local machine. One way is to execute the main method in the com.devdaljeet.cardealershipsystem.CarDealershipSystemApplication class from your IDE (Eclipse).

  • Download the zip or clone the Git repository.
  • Unzip the zip file (if you downloaded one)
  • Open Command Prompt and Change directory (cd) to folder containing pom.xml
  • Open Eclipse
    • File -> Import -> Existing Maven Project -> Navigate to the folder where you unzipped the zip
    • Select the project
  • Choose the Spring Boot Application file (search for @SpringBootApplication)
  • Right Click on the file and Run as Java Application

Running the application with Maven

Alternatively you can use the Spring Boot Maven plugin like so:

$ git clone https://github.com/Dev-Daljeet/CarDealershipSystem.git
$ cd CarDealershipSystem
$ mvn spring-boot:run

License

MIT License Copyright (c) 2020 Dev-Daljeet

Refer to LICENSE file for full information.

About

A spring boot application which manages the cars sold at three different car dealerships

Topics

Resources

License

Stars

Watchers

Forks