Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 330 Bytes

README.adoc

File metadata and controls

20 lines (11 loc) · 330 Bytes

How to prograph

This is service for constructing a graph on the basis of properties.

To run the demo

mvn clean install
java -jar target/prograph.jar
//  Then open http://localhost:8080

You can access full source code here https://github.com/rahmanusta/module-graph

See you!