From 27c23ed9f1dce034a107bcec5361e462851d521b Mon Sep 17 00:00:00 2001 From: uo276976 <78439067+uo276976@users.noreply.github.com> Date: Sat, 27 Apr 2024 19:42:16 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e64cc4fe..5074a71e 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ This is a base repo for the [Software Architecture course](http://arquisoft.gith 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. +- **Game service**. Service responsible of managing game-related logic, including game logging, game results and statistics associated with users +- **Question service**. Service responsible of managing questions and answers for games. It allows the creation and retrieval of questions from the database. - **User service**. Express service that handles the insertion of new users in the system. - **Auth service**. Express service that handles the authentication of users. - **Webapp**. React web application that uses the gateway service to allow basic login and new user features.