Skip to content

3baltes/drvt-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Redundancy Validation Tool - Backend

This is the GitHub repository for the source code of the project accompanying my bachelors thesis. The main goal was to create a tool to validate redundancies in a docker-cluster by using the analogy of redundancies and dependencies to elements of the graph theory.

Technology

As this is the backend application, it is written as a Symfony application exposing a REST-API. To visualize the data, a frontend application is available.

Installation

The application is available via Docker. Simply run the following command on any docker host:

docker run -d -p8081:80 --name backend 3baltes/drvt-backend

Releases

No releases published

Packages

No packages published