Giter Club home page Giter Club logo

spring-boot-banking's Introduction

Spring-boot Banking

Example project demonstrating the use of Java and Spring-boot to build a microservice to be used by an online bank

Running locally

./mvnw clean install -DskipTests=true
java -jar target/Banking-0.0.1.jar

Running on Docker

docker build -t "spring-boot:banking" .
docker run -p 8080:8080 spring-boot:banking

Testing

Import the Postman collection file into the application or copy the request body from there

How to test

  1. Create account

    Use create account API to create an account by providing a bankName and ownerName

    Create Account

Make sure to write down the sortCode and the accountNumber to proceed with other APIs

  1. Deposit Cash

    Use noted accountNumber as targetAccountNo and provide amount greater than zero to deposit cash into an account

    Deposit cash

  2. Check Balance

    Use noted accountNumber and sortCode to check account balance

    Check Balance

  3. Withdraw Cash

    Use noted accountNumber and sortCode and amount grater than zero to withdraw cash from an account

    Withdraw cash

  4. Check Balance again to verify withdrawal

    Check Balance

Extensions

  1. Use of persisted database
  2. Use of asynchronous programming backed by message queue for transactions
  3. Others mentioned throughout the code

spring-boot-banking's People

Contributors

pauldragoslav avatar nayananga avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.