Skip to content

falcon-lab/stocks-market-admin

Repository files navigation

Build Quality Gate Status Coverage Code Smells Bugs

stocks-market-admin

Manage Stock Shares

Motivation

  • Manager Stocks Shares by Id for a later use.

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

Releases

No releases published

Packages

 
 
 

Contributors