Back-end:
- Java 8
- Spring Boot
- Spring Web Services
Front-end:
Requirements:
- Java 8 JDK
- Node.js and npm
Build client resources and executable jar:
$ ./mvnw clean package
Build only client resources:
$ cd public
$ npm install
$ npm run build
Setup API login and password in application.properties
file (you can get them here).
See application.sample.properties
for example of application configuration.
Run application (from target
directory):
$ java -jar post-tracking-service.jar
BSD