Simple demo app that demonstrates money transfer between users.
- Akka Http
- Slick
- H2 Database
- Flyway Migration
- Circe JSON library
- Scalatest
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.
To run unit-tests simply run:
./sbt test