Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 283 Bytes

File metadata and controls

17 lines (13 loc) · 283 Bytes

Sample REST app

Simple REST API for managing Users, Accounts, and transactions between them. Also provides web interface for manual editing/testing.

Build

mvn install

Run

mvn exec:java

Run

To see if it works goto http://localhost:4567