This is a java web application that runs the Customer Statement Processor for Robo Bank.
- User can upload a Customer Statement in csv or xml file formats.
- Application validates the information and display validation results.
- Java 1.8 - Programming language
- Maven 3.5.0 - Build tool
$ git clone https://github.com/karthikeyan-ng/robobank-csp
$ cd robobank-csp
- 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
After running the project on dev environment and browse http://localhost:7070/swagger-ui.html
- Spring boot 1.5.19 - Backed Framework
- Maven - Dependency Management
- Karthikeyan Nithiyanandam
This project is licensed under the MIT License