Giter Site home page Giter Site logo

broker's Introduction

Yield Lab - auction demo

Prerequisites

  • Docker 19.03.x (for production level readiness)
  • Docker Compose 1.25.x

Used Technologies

  • Spring Boot 2.3.4
  • Postgresql (for production level readiness)
  • Spring Boot Validation
  • Spring Boot Jpa
  • Spring Boot Actuator
  • Lombok
  • Dev Tools
  • Open Api 3

Run as a Spring boot

mvn spring-boot:run

Run only test cases

mvn test

Package the application as a JAR file

mvn clean install -DskipTests

Run the Spring Boot application with Docker Compose

docker-compose up -d

Test API with Swagger

http://localhost:8080/swagger-ui/index.html?configUrl=/api-docs/swagger-config#/

Exception

  • RestClientException: In case of any bidders are not reachable, then show error message in log with RestClientException. And calculate the highest bid for others bidder
  • InterruptedException | ExecutionException: Interrupt or execution exception for future call
  • BadRequestException: Param request with empty value will throw BadRequestException
  • ResourceNotfound: In case of all bidder are not reachable, then show error message in log with RestClientException. And throw ResourceNotFound exception because no bid response from bidders to Auction Service

Note

  • Sample Unit tests are implemented for controller, service

broker's People

Contributors

shohelasad avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.