Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.22 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.22 KB

Rabo Bank Customer Statement Processor

This is a java web application that runs the Customer Statement Processor for Robo Bank.

About the Application

  • User can upload a Customer Statement in csv or xml file formats.
  • Application validates the information and display validation results.

Install & Running

Prerequisites

Pull from git

$ git clone https://github.com/karthikeyan-ng/robobank-csp
$ cd robobank-csp

Build & run

  • Run test
$ mvn test
  • Run the web server on dev mode
$ mvn spring-boot:run
  • Run the web server on prod mode
$ mvn spring-boot:run -Dspring-boot.run.profiles=prod

API documentation

After running the project on dev environment and browse http://localhost:7070/swagger-ui.html

Built With

Authors

  • Karthikeyan Nithiyanandam

License

This project is licensed under the MIT License