Before executing any of the modules of the application make sure to execute build-all
To run the application bootstrap execute bootstrap
To run the application backoffice you can either:
-
Run it on console by executing
run-backoffice-console
-
Run it on the web as an WebApp by executing
run-backoffice-webapp
To run the application frontoffice you can either
- Run it on console by executing
run-frontoffice-console
- Run it on the mobile, by first executing
run-frontoffice-server
, as this will launch the FeedbackMonkey API server
- The application is built in Java and uses Maven as way to manage modules and dependencies
- The WebApp uses Vaadin a free Web Framework for Java
- The REST API is built with Jersey a framework for Webservices that uses the JAX-RS API
- The FeedbackMonkey API can be communicated through a RESTful API. The documentation for it can be found here.