Skip to content

velitchko/ego-net-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ego Networks

A study of multiple ego network representations.

Description

Getting Started

Clone the repository

foo@bar:~$ git clone https://github.com/velitchko/ego-net-study.git

Dependencies

This project depends on Angular CLI and NodeJS.

Get the latest versions by visiting the websites and downloading them.

Running the study

A step-by-step guide to setup and start running the study:

Navigate to the backend:

foo@bar:~$ cd backend

Install the dependencies:

foo@bar:~$ npm install

Start the backend:

foo@bar:~$ node server.js

Navigate to the frontend:

foo@bar:~$ cd frontend

Install the dependencies:

foo@bar:~$ npm install --legacy-peer-deps

Start the frontend:

foo@bar:~$ npm run start

Docker

A step-by-sdtep guide to setup the study with Docker:

Note: Make sure you have Docker installed.

Build the backend and frontend containers:

foo@bar:~$ docker compose build

Start the containers:

foo@bar:~$ docker compose up

Authors

Velitchko Filipov
@velitchko
Henry Ehlers
@henry-ehlers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published