Skip to content

aisb459/stmnt

Repository files navigation

hn-statements-api

The hn-statements-api microservice is responsible for providing statement path details from database and FTP location.

Built with

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed JDK 17
  • Maven

Setup

To install hn-statements-api, follow these steps:

Linux/macOS/Windows:

  • Clone the project by running the following command in your preferred directory:
git clone git@github.com:hn-coreservices/hn-statements-api.git

If there are any issues in authentication using your Git creds, please create and use a Personal Access Token as your password instead.

  • Open the directory hn-statements-api on your preferred IDE
  • Open the file src/main/java/com/herbalife/dsmaint/HnStatementsAPIApplication.java and click the run button next to the main method to start the application
  • After a few seconds, the logs should show that the server has been started
    • The app is up and running on:
http://localhost:8080/hn-statements-api/

Environment variables

The application needs some configuration values provided at runtime. To see the values required, look at the application-k8s.properties.

Postman Collection

Statement Path Details Postman Collection

API Documentation

Statement Path Details Open API Spec

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages