/MoneyTransferAPI

A RESTful API (including data model and the backing implementation) for money transfers between internal users/accounts.

Primary LanguageJava

MoneyTransferAPI

A RESTful API (including data model and the backing implementation) for money transfers between internal users/accounts.

Stack

  • Java 8
  • Vert.x
  • JUnit
  • H2 in Memory Database
  • Maven

TODO

  • Migrate to MongoDB and implement Paxos
  • Enrich the API to include calls like cancel, delete account,..etc