Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Latest commit

 

History

History
54 lines (35 loc) · 1.3 KB

README.md

File metadata and controls

54 lines (35 loc) · 1.3 KB

Using of Russian Post tracking API

Build Status Dependencies

Stack

Back-end:

Front-end:

Building

Requirements:

Build client resources and executable jar:

$ ./mvnw clean package

Build only client resources:

$ cd public
$ npm install
$ npm run build

Running

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

License

BSD