Skip to content

gildurao/cdioil-2017-g003

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feedback Monkey

Build

Before executing any of the modules of the application make sure to execute build-all

Bootstrap

To run the application bootstrap execute bootstrap

Backoffice

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

Frontoffice

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

Built with and Dependencies

  • 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

FeedbackMonkey API

  • The FeedbackMonkey API can be communicated through a RESTful API. The documentation for it can be found here.

Team