/demo-react-redux-saga-ts

React/TypeScript client demo application

Primary LanguageTypeScript

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