diff --git a/README.md b/README.md index e87c1e37..4cfce5de 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ 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**. Express service that handles question generation +- **Stats service**. Exoress service that handles game stats. Both the user and auth service share a Mongo database that is accessed with mongoose.