Demo application includes implementation CRUD operations functionality for two entity (Contract and Contractor) and login form.
The application communicates with Java service via REST API. Compiled Java application placed in the root of the current project (demo-rest-api.jar). Command to run: java -Dserver.port=1234 -jar demo-rest-api.jar
login: user1; password: pass1