Skip to content

cloud-devops-code/Coding_Assessment_DevOps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding_Assessment_Devops

ATM Application Quick start

Gradle

gradle bootRun

Swagger

Once the application is running, a Swagger definition is available here: http://localhost:7000/swagger-ui.html. This can be used to call the API, or build a client in wide range of languages.

Details

Interface

The best place to look for interface specification is the Swagger file. At a high-level, there are 2 API operations

  • Balance: Retrieve account balance and max withdrawal amount http://localhost:7000/balance/123456789/1234
  • Withdraw: Withdraw cash from ATM http://localhost:7000/withdraw/123456789/1234/200

About

Devops role coding assessment

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Java 99.8%
  • Dockerfile 0.2%