RESTful service for transferring money between accounts
To run the app you need to execute the command from the root project directory:
sbt run
Make sure you have installed sbt build tool https://www.scala-sbt.org/
All active endpoints of this app you can find in the file conf/http.request.examples. Or you can import postman (https://www.getpostman.com/) collection for these purposes (file config/money-transferring.postman_collection.json)
[I-2]
- Add an opportunity to create an multi-currency account[I-3]
- Add more flexible functionality to play with currencies[I-4]
- Define limit precessing speed by high-load tests