From f69e440a857f06e58058205fc45fddf9fefef423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20P=C3=A9rez=20Dafonte?= <145553440+UO289337@users.noreply.github.com> Date: Mon, 29 Apr 2024 00:47:01 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a0a151b2..5f3e9a70 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ This is a base repo for the [Software Architecture course](http://arquisoft.github.io/) in [2023/2024 edition](https://arquisoft.github.io/course2324.html). +URLs of interest: +- **Aplication**: [20.117.171.228:3000](http://20.117.171.228:3000/) +- **OpenAPI**: [20.117.171.228:8000/](http://20.117.171.228:8000/api-doc/) +- **Grafana**: [20.117.171.228:8000](http://20.117.171.228:9091/) + This repo is a basic application composed of several components. - **Gateway service**. Express service that is exposed to the public and serves as a proxy to the two previous ones.