Skip to content

Rabobank Customer Statement Processor Application. This Spring Boot application was developed as part of Cognizant + Rabobank interview process

Notifications You must be signed in to change notification settings

karthikeyan-ng/robobank-csp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Rabobank Customer Statement Processor Application. This Spring Boot application was developed as part of Cognizant + Rabobank interview process

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages