这是indexloc提供的服务,不要输入任何密码
Skip to content

Build REST APIs for a simple Banking application using Spring Boot, Spring Data JPA (Hibernate) and MySQL database

Notifications You must be signed in to change notification settings

renovate-bot/sabirahmedshaik-_-banking-application

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST APIs Banking Application using Spring Boot

Rest Client should be able to:

  1. Create a new bank account
  2. Fetch the account details
  3. Make a deposit
  4. Make a withdrawal

REST APIs for Account Resource:

HTTP Method URL Path Status Code Description
Get /api/accounts/{id} 200 (OK) Get the account details by id
Post /api/accounts 201 (Created) Create a new bank account
Post /api/accounts/{id}/deposit 200 (OK) Make a deposit
Post /api/accounts/{id}/withdraw 200 (OK) Make a withdraw

About

Build REST APIs for a simple Banking application using Spring Boot, Spring Data JPA (Hibernate) and MySQL database

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%