Skip to content

golinko/statement-processor-kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages