https://github.com/shpota/mntr
MNTR
https://github.com/shpota/mntr
coroutines docker docker-compose kotlin react reactjs
Last synced: 3 months ago
JSON representation
MNTR
- Host: GitHub
- URL: https://github.com/shpota/mntr
- Owner: Shpota
- Created: 2021-10-12T20:33:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-26T21:09:03.000Z (over 4 years ago)
- Last Synced: 2025-10-19T11:44:46.460Z (9 months ago)
- Topics: coroutines, docker, docker-compose, kotlin, react, reactjs
- Language: Kotlin
- Homepage:
- Size: 284 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mntr [](https://github.com/Shpota/mntr/actions/workflows/build.yml)
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:
```sh
docker-compose build
```
2. Start the application:
```sh
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