#SEP 2015 - Acquirer REST service

REST service for PaymentApp

Spring Boot & MongoDB

##Requirements

  • JDK 8
  • Apache Maven

##Important methods:

##How to start project

  • clone development branch from github git clone -b development https://github.com/LaudaDev/sep-merchant-web-app.git

  • in eclipse import project as existing maven project

  • right click on project -> team -> disconnect

  • right click on src folder -> build path -> use as source folder

  • right click on project -> run as -> maven build and set goals on "clean install"

  • run as -> java application (select application and click ok)

  • in case of Error: Could not find or load main class app.Application error, go to project -> clean and run again

Run mongodb script (initDb.js from dbIniti) once to insert initial data.

Run project with PaymentApp and Merchant backend and frontend apps (https://github.com/LaudaDev/sep-merchant-web-app.git) to test all avaliable methods.