8000 GitHub - Shpota/mntr: MNTR
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Shpota/mntr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
0