hadala-p / Buy4Wheels

REST SpingBoot appication with simple frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Buy4Wheels

This project is a desktop application in Spring Boot that was created to facilitate the management of a used car dealership and allows the dealership staff to search and deliver new car offers. You can check this project out by yourself on Swagger offer and Swagger car . If you want to see frontend screenshots also, you can go to Images.

Tech Stack

Code:
Static Badge Static Badge Static Badge Static Badge
FrontEnd:
HTML5 CSS3 JavaScript
Other:
Docker Maven MySQL Github IntellijIdea

Services

The project consists of:

  • three backend microservices

    • auth - responsible for authorizations
    • car - responsible for managing car brands and models
    • offer - responsible for managing offers and brands and car models included in them
  • utilis library for backend applications (lib)

  • static frontend page - interface for using the application

    How to build the project on your own

To build the project:

  1. start mySQL server
  2. import the attached buy4wheels.sql database
  3. Expose the database to localhost:3306
  4. Clone the repository:
  5. git clone https://github.com/hadala-p/Buy4Wheels.git
    
  6. Go to the folder with cloned repository
  7. Run the command on all services:
  8. mvn install
    mvn run 
    
  9. In folder target you should find a file named: application-{version}-SNAPSHOT.jar

To build the docker image with Docker Compose:

  1. Clone the repository:
  2. git clone https://github.com/hadala-p/Buy4Wheels.git
    
  3. Go to the folder with cloned repository
  4. Run the command:
  5. docker-compose build
    
  6. By using:
    docker images
    

FrontEnd

Models

Models

Brands

Brands

Offers

Offers

About

REST SpingBoot appication with simple frontend


Languages

Language:Java 73.7%Language:JavaScript 18.4%Language:HTML 6.0%Language:CSS 1.6%Language:Dockerfile 0.3%