Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iyanfdezz authored Apr 13, 2024
1 parent 8294d29 commit abf1d2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ This repo is a basic application composed of several components.
- **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**. Express service that handles game stats and rankings
- **Stats service**. Express service that handles game stats and rankings.

Both the user and auth service share a Mongo database that is accessed with mongoose.
Stats service has its own database that is also accessed with mongoose.

## Quick start guide

Expand Down

0 comments on commit abf1d2d

Please sign in to comment.