- This is a test project, provides 2 api below:
- /acount-balance
- /transfer-money
- setup JDK 11 , maven 3.3 , Tomcat 9.0.22 or above on local
- modify value of "server_url" to local Tomcat url in {project_location}/src/main/resources/application.properties if neccessary
- run command "mvn clean install" to generate war under /{project_location}/target
- copy finance-test-XX.war to {Tomcat_location}/webapps
- test api by browser or postman with raml specification below https://github.com/universe48/finance-test/blob/master/src/main/api/finace-test.raml
###Nitrite Database an open source nosql embedded document store written in Java https://github.com/dizitart/nitrite-database