An app for ship operators to handle ship fleets and their voyages. It's designed to easy notice potential ship warnings during voyages.
With npm installed run:
npm install -g grunt bower
npm install
bower install
grunt
To run backend with maven run mvn -f Rest/xml.pom spring-boot:run
.
To generate API documentation run mvn site