Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 486 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 486 Bytes

Demo client application using React, Redux, Saga, TS, Material-UI

Description

Demo application includes implementation CRUD operations functionality for two entity (Contract and Contractor) and login form.

Data api

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

Test user

login: user1; password: pass1