Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 611 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 611 Bytes

Gitpod Ready-to-Code

Money Transfer Test App

Simple demo app that demonstrates money transfer between users.

Used Frameworks:

  • Akka Http
  • Slick
  • H2 Database
  • Flyway Migration
  • Circe JSON library
  • Scalatest

Running App

To run this app just run in command line: ./sbt run

You can import a money-transfer.postman_collection.json into your Postman client to test the app in runtime.

Testing App

To run unit-tests simply run: ./sbt test