Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 426 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 426 Bytes

Visualize_dep_graph

Visualize Package Dependency Graph

Usage

install

install go package

cd  graph_server
go mod tidy

set config with your own database

cp config.toml.example config.toml

run

cd  graph_server
go run main.go
cd  graph_client
python -m http.server <port>

open browser

open browser and input url

http://localhost:<port>