Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/relliv/sermoni


https://github.com/relliv/sermoni

Last synced: 5 days ago
JSON representation

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))
-