Skip to content

andrew-go-code/demo-react-redux-saga-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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