Skip to content

The main objective of the exercise what to implement a REST Api using Spring Boot and following the REST api guidelines. Functionality: create accounts, transfer money between accounts, currency agnostic, uses Money Api

Notifications You must be signed in to change notification settings

BPawlikowsky/AccountServiceAppExcercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#AccountServiceApp

This is a AccountService working on a SpringBoot Rest Api, you can create, access and find accounts as well as transfer money between them.

I've used the Money And Currency Api (https://jcp.org/en/jsr/detail?id=354) to get a solid implementation of Money objects in the service. The Api is capable of converting currencies and keeping track of large sums with addition, subtraction, multiplication and division.

About

The main objective of the exercise what to implement a REST Api using Spring Boot and following the REST api guidelines. Functionality: create accounts, transfer money between accounts, currency agnostic, uses Money Api

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages