This project contains currently 3 modules.
donation-web: It will contain Rest controllers
donation-core: It should contain all business logic
donation-repository: ORM and data logic
donation-ui: User interface or front-end application
Please follow these steps to start the application:
1 - mvn clean install (or mvn clean install -DskipTests=true)
2 - cd donation-web
3 - mvn spring-boot:run
4 - open your browser with: http://localhost:8080/swagger-ui.html