Skip to content

falcon-lab/stocks-market-job

Repository files navigation

Commitizen friendly

stocks-market-job

Manage Jobs for Stock Shares

Motivation

  • Manage jobs for Stocks Shares, and responsible to trigger execution that retrieves stock share data in the stock market service.

Prerequisites

Make sure the prerequisite list below is present on your environment

API Reference (Endpoints)

Links below describes how the API endpoints are defined.

Running (localhost)

Build artifacts

  • In the application root, run mvn clean install in order to generate the proper binaries.
$ mvn clean install

The statement below is expected

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------

Once the build is completed, the jar is now contained in the target folder.

Run the multi-container application

  • Still in the application root, run docker-compose up --build, and wait for the application deployment in docker.
$ docker-compose up --build

By default, docker runs in localhost, anyhow check the current host in docker host at Docker settings.

Logs

Not yet implemented

Class Diagram

Not yet implemented