Make sure to start the two sub-graph applications first, then the gatway. Otherwise the gateway won't be able to fetch schemas from the sub-graphs.
cd patients-application && npm run start
cd users-application && npm run start
cd auth-application && npm run start
cd gateway && npm run start
You can reach the gateway under http://localhost:3000/
- Resolve field user in auth-app
- add Helmet
- check email and password regex
- santize functions