From 872bd16d221bb3355effcd02ce35f1a2b11bf7b6 Mon Sep 17 00:00:00 2001 From: uo288543 Date: Mon, 8 Apr 2024 21:29:51 +0200 Subject: [PATCH] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bfd47991..fd53a788 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ This repo is an 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. - **Users**. Express service that handles the managment of the users and their groups in the system. - **Questions**. Express service that handles the management of the questions generated for the game in the system. +- **Multiplayer**. Express service that hosts the multiplayer for the react game. The Users service uses a MariaDB DBMS accesed with sequelizer and questions service uses MongoDB accesed with mongoose.