3baltes / drvt-frontend

Docker Redundancy Validation Tool - Frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Redundancy Validation Tool - Frontend

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 frontend application, it is written as a Angular CLI application. To work properly, an instance of the backend application needs to be running. The layout is based on CoreUI.

Installation

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

docker run -d -p8082:80 --name frontend 3baltes/drvt-frontend

About

Docker Redundancy Validation Tool - Frontend

License:MIT License


Languages

Language:CSS 60.2%Language:TypeScript 22.2%Language:HTML 16.1%Language:JavaScript 1.4%Language:Nginx 0.1%