Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.66 KB

File metadata and controls

39 lines (28 loc) · 1.66 KB

Build Status License: MIT

Loan Approval Portal & Services

This project constitutes two parts of a fictitious WestBank system:

  • Web service-based back-end functionality for the loan approval process
  • Front-end for customers and staffs

Technologies

Quick Start

mvn clean spring-boot:run

The portal should be up and running at http://localhost:9999.

Debugging