From 6e17012b45cced7848e68d52a7dcce313b9048b5 Mon Sep 17 00:00:00 2001 From: David <93211286+uo289792@users.noreply.github.com> Date: Sun, 28 Apr 2024 23:34:34 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 17d57fad..25fdee29 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ This repo is a basic application composed of several components. - **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. +- **History service**. A new Express service handling users' game history. +- **Ranking service**. Another new Express service managing user ranking based on their game statistics. +- **Question and User APIs**. Additional services providing APIs for managing questions and users, respectively. Both the user and auth service share a Mongo database that is accessed with mongoose.