Skip to content

codecstasy/yFilesProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YFilesPracticeProject

Features

Full View

Displays the total visualization. All Layouts

All Layouts

Displays all available graph layouts for visualization. All Layouts

Circular Layout

Arranges nodes in a circular manner, making relationships easier to observe. Circular Layout

Hierarchic Layout

Structures nodes hierarchically, useful for tree-like data visualization. Hierarchic Layout

Add Node With Parents

Allows adding a node along with its parent nodes dynamically. Add Node With Parents

Delete Node

Removes selected nodes from the graph. Delete Node

Reset Graph

Resets the graph to the backup version. Delete Node

Create New Graph

Creates a new graph and navigates to it. Delete Node

Select Graph

Dropdown menu to select the graph. Delete Node

How to Run

Start the API

Open PowerShell and navigate to the api directory:

cd api

Run the .NET backend:

dotnet run

Start the Frontend

In another PowerShell window, navigate to the client directory:

cd client

Run the frontend application:

ng serve

Open a browser and go to http://localhost:4200/ to use the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors