Shpota / mntr

MNTR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mntr Build

A simple web app that allows to monitor http services.

Preconditions

  • You have to have Docker and docker-compose installed in order to build and run the application
  • The 8080 and 3000 ports have to be free

How to build and run

  1. Build Docker images:
docker-compose build
  1. Start the application:
docker-compose up

Once the application is started it will be available on http://localhost:3000

What needs improvements

  • the app has to be covered with tests
  • timeouts for fetching URLs
  • better UI

About

MNTR


Languages

Language:Kotlin 55.4%Language:JavaScript 27.7%Language:HTML 9.9%Language:Dockerfile 4.0%Language:CSS 3.0%