Browser contour editor, created with ReactJS and Java Spring Boot.
Create/Display/Edit/Delete closed contours.
- ReactJS
- React-Konva
npm install react-konva konva --save
export CONTOUREDITOR_DATASOURCE_URL="jdbc:mysql://localhost:3306/contoureditor"
export CONTOUREDITOR_DATASOURCE_USERNAME="contoureditor"
export CONTOUREDITOR_DATASOURCE_PASSWORD="contoureditor"
mvn -am -pl datalib test
mvn -am -pl web test
mvn clean install
mvn -am -pl cli package
cd cli
./run-app.sh create username password
./run-web.sh
this will build and aggregate js code from typescript code and then start spring app