Skip to content

DenisFTJunior/sua-odonto-ms-backend

Repository files navigation

Micro service graphql endpoint

Execution

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

Access the graph

You can reach the gateway under http://localhost:3000/

Next Steps in project

  • Resolve field user in auth-app
  • add Helmet
  • check email and password regex
  • santize functions

About

Micro service api with nestjs, graphql and apollo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published