Skip to content

matejkubinec/mncd-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MNCD APP

Analysis Session Page Example

Web application used for analysis of communities in multi layer networks, written in dotnet core and react. Algorithms for community detection are used from the mncd library.

Requirements

Running

  1. Install npm packages
# Move to client app folder
cd src/MNCD.Web/ClientApp

# Install packages
npm install
  1. Run the dotnet core app
# Move to web directory
cd src/MNCD.Web

# Run the app
dotnet run

About

Web application for community detection in multi-layer networks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published