Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/relliv/sermoni
https://github.com/relliv/sermoni
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/relliv/sermoni
- Owner: relliv
- Created: 2021-06-27T13:54:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-30T12:37:09.000Z (over 3 years ago)
- Last Synced: 2024-10-12T05:05:46.241Z (about 1 month ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- 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))
-