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.