https://github.com/relliv/sermoni
https://github.com/relliv/sermoni
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/relliv/sermoni
- Owner: relliv
- Created: 2021-06-27T13:54:49.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-30T12:37:09.000Z (almost 5 years ago)
- Last Synced: 2025-07-01T09:07:39.781Z (11 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# sermoni
Server monitor app
## Using
This project directly working with [docker](https://www.docker.com/).
- [NodeJS](https://nodejs.org)
- [NestJS](https://docs.nestjs.com) (*backend framework*)
- [MongoDB](https://www.mongodb.com)
- [mongo-express](https://github.com/mongo-express/mongo-express) (*admin gui*)
- [NGINX](https://www.nginx.com)
## Setup
- First create volume for db `docker volume create mongo-data`
## Default Routes
- app running at: http://localhost:8080
- mongo-express admin login: http://localhost:8081 ([user-pass](./.env))
-