Skip to content

Demo Scala RESTful app for money transfers between internal users/accounts written

Notifications You must be signed in to change notification settings

aakatov/money-transfers-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

Money Transfers is a demo application for money transfers between internal user accounts. It stores accounts in memory and exposes RESTful API that allows following operations:

  • Create a new account
  • Delete an existing account
  • Retrieve an account
  • Transfer money between two accounts

The application was written in Scala using Akka, Akka HTTP.

How to Run

sbt run

The server starts at http://localhost:8080/

REST API

See API documentation.

See Also

  • money-transfers - Java implementation using concurrency synchronization and Jersey.

About

Demo Scala RESTful app for money transfers between internal users/accounts written

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages