Skip to content

Server application for banking operations built on Spring framework

Notifications You must be signed in to change notification settings

hmmmanshu/Bank-Server-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Bank Server Application

Application that provides REST Service endpoints to facilitate banking functions.


Tools and Technologies Used:

Language

Framework

Database

Build System

Containerization

Hosting


Project Structure

  graph LR;
    A[Bank Application]-->B[Standalone Applications]
    A-->C["Server Application (final)"]
      B--->E(BankAppCollections)
      B--->F(BankAppJDBC)
      B--->G(BankAppJPA)
      B--->H(BankAppSpringJPA)
      C--->I(BankAppSpringBoot)
Loading

How to run

  • Switch to the respective branch and follow the detailed instructions

About

Server application for banking operations built on Spring framework

Topics

Resources

Stars

Watchers

Forks