Skip to content

Build a web application for a car dealership that allows customers to search for cars, add them to their cart, and purchase them.

Notifications You must be signed in to change notification settings

Miller1995/DealershipApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About the Dealership Application:

An API for a car dealership that allows customers to (search/add/purchase)cars. It is built with Java and Spring Framework. Main API URL http://localhost:8080/api/cars

Features

  • This API provides HTTP endpoint's and tools for the following:

api

  • Find a unique car by id: GET/api/cars/{id}

byID

  • Find all cars by model: GET/api/cars

byModel

Steps to Setup

  1. Clone the application

git clone https://github.com/Miller1995/DealershipApp.git

  1. Create MySQL database

create database "dealership"

  1. Change MySQL username and password

open src/main/resources/application.properties change spring.datasource.username and spring.datasource.password

  1. Run the app using maven

mvn spring-boot:run

About

Build a web application for a car dealership that allows customers to search for cars, add them to their cart, and purchase them.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages