Skip to content

debbsefe/TransferService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transfer Service REST API

This is an api that allows you send money from one account to another.

How do I run the project?

  • Clone this repository to have access to the project.
  • Open project in your favorite ide and download dependencies.
  • Run mvnw spring-boot:run to start the project.

Rest Endpoints

http://localhost:8080/account/transfer/ [POST]

http://localhost:8080/account/transactions/ [GET]

http://localhost:8080/account/balances/ [GET]

http://localhost:8080/account/balances/:accountNumber [GET]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages