Skip to content

Shilen-money-transfer-api is an API developed using Java and Spring Boot as part of a three-day practical Full-stack software development training hosted by Mr. Binyam Asnake - Leader Software Engineer from Berlin, Germany.

Notifications You must be signed in to change notification settings

gtekle/shilen-money-transfer-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shilen-money-transfer-api

Sending POST to create Account from Postman

{ "firstName": "Tekle", "lastName": "Kidanemariam", "email": "teklgy@gmail.com", "phoneNumber":"+251911556644", "pin":"1134" }

Sending POST to create Transfer from Postman

{ "reasonForTransfer": "Payable", "transferAmount": "1000.5", "status": "done", "senderAccount":{"id":4}, "receiverAccount":{"id":5} }

About

Shilen-money-transfer-api is an API developed using Java and Spring Boot as part of a three-day practical Full-stack software development training hosted by Mr. Binyam Asnake - Leader Software Engineer from Berlin, Germany.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages