From 1002d76e620d8a48a7180b3a32214b2fe618669a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20M=C3=A9ndez=20Fern=C3=A1ndez?= <145331195+uo288543@users.noreply.github.com> Date: Thu, 21 Mar 2024 11:07:52 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e96ced33..ac4a62a0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Wkidata Infinite Quest +# Wikidata Infinite Quest 🌐 [wikiquest.sytes.net](http://wikiquest.sytes.net/) ## 👨‍💻 Contributors: @@ -22,9 +22,9 @@ 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. -- **User service**. Express service that handles the insertion of new users in the system. -- **Auth service**. Express service that handles the authentication of users. +- **Users service**. Express service that handles the insertion and authentication of users in the system. - **Webapp**. React web application that uses the gateway service to allow basic login and new user features. +- **Questions**. Express service that generates questions for the game and has an api to get questions. Both the user and auth service share a Mongo database that is accessed with mongoose.