Skip to content

yerdal/colu

Repository files navigation

colu

An app for ship operators to handle ship fleets and their voyages. It's designed to easy notice potential ship warnings during voyages.

Build and run

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.

Documentation

To generate API documentation run mvn site