Skip to content

ohbus/retail-banking

Repository files navigation

Retail Banking Application

Banking CI Master Quality Gate Status Lines of Code Docker pulls

Application is live at bank.subho.xyz

This is a Spring Boot Application and integrated with Thymeleaf for data representation

Send in your Contribution using Pull Requests

Contributing

This repository is contribution friendly. If you'd like to add or improve a features, your contribution is welcome!

Please go through this comprehensive guide to setup the repository in your local enviornment using this CONTRIBUTING.md

The executable runtime can be either downloaded from packages or the releases page

To run this JAR (Requires JDK 11+)

Note: You can always build your own JRE using jlink from JDK 11+

java -jar retail-banking-1.0.jar

Open localhost:8080 from your browser to see the application running

The Dockerized application instructions

To run the application

docker run -d -p 80:8080 subhrodip/retail-banking

Open localhost in your browser to see application running