Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 433 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 433 Bytes

Payment-API

Simple REST based Payment API

Overview

Java based REST API using Spring Boot, H2DB, HATEOAS, Serenity, RestAssured, Swagger, Structurizr.

Requirements

  • Java 8
  • Maven

Quick start

Run the following command

  • mvn spring-boot:run

Navigate to the following url via browser: http://localhost:8080

Tests

You can run all unit and integration tests by executing the following command

  • mvn clean verify