/money-transfer-service

Standalone service that exposes simple RESTful API for money transfers between accounts

Primary LanguageGroovyMIT LicenseMIT

Build Status Quality Gate codecov

Run in Postman

Money transfer service powered by Micronaut

How to start

Once the application is pulled from git it can be built and run by maven wrapper using command:

mvnw clean install

This will fetch dependencies and run all tests

To run the app use following command:

mvnw exec:exec

The application will start on the default port 8080