From 1f1343bbf9fa29a856bc5ef16bc66ca6e62f4e6d Mon Sep 17 00:00:00 2001 From: Carlos Pelazas <108868934+pelazas@users.noreply.github.com> Date: Tue, 12 Mar 2024 07:35:46 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7477bba..c692d28 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ This is a base repo for the [Software Architecture course](http://arquisoft.github.io/) in [2023/2024 edition](https://arquisoft.github.io/course2324.html). +The application is deployed at: http://74.234.241.249:3000 + 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.