Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.34 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.34 KB

Statement Processor API

API for validation customer statements

Getting Started

These instructions will get you the project up and running on your local machine

Prerequisites

For building and running the application you need:

Running the application locally

There are several ways to run a Spring Boot application on your local machine. One way is to execute the main method in the com.golinko.statement.processor.Application class from your IDE.

Alternatively you can use the Spring Boot Gradle plugin like so:

SPRING_PROFILES_ACTIVE=localhost gradle clean bootRun

Running the tests

To run the tests you can also run JUnit com.golinko.statement.processor.ApplicationTests class from your IDE or just

gradle clean test

API Specification

After the application up and running you can visit Swagger UI to get API endpoints specifications. There you can also try them out by clicking on the Try it out button

Copyright

Released under the Apache License 2.0. See the LICENSE file.