From dd129f1fc28046aad6891b52eaac864f3a5ba92e Mon Sep 17 00:00:00 2001 From: Sergio Rodriguez Date: Fri, 2 Feb 2024 18:03:32 +0100 Subject: [PATCH] chore: Add my name to the readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5b42a0b5..bbf07c90 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ This is a base repo for the [Software Architecture course](http://arquisoft.github.io/) in [2023/2024 edition](https://arquisoft.github.io/course2324.html). +## Contributors +Gonzalo Alonso Fernández - UO282104 +Sergio Rodríguez García - UO282598 + 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.