From 75791f948212ae32f8410a01c62c755b42129598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20L=C3=B3pez=20Laso?= Date: Tue, 12 Mar 2024 13:23:29 +0100 Subject: [PATCH] readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b18a220..561f58f 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ 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. +- **Question service** Both the user and auth service share a Mongo database that is accessed with mongoose.