sebastiendan/nestjs-api-gateway

How to view API docs ?

0mars opened this issue · 4 comments

0mars commented

Hi how to view API docs, do you have OpenAPI docs available ?

0mars commented

where does it store the credentials, user info ?

0mars commented

can you provide setup instructions. I want to use it in a docker-compose project

The user credentials aren't managed by the API gateway, but rather within a service that is accessed behind it. You can take a look at my auth microservice repo with NestJS.

You also have another of my repo that introduce a Terraform recipe to set up a whole infra (with Kubernetes) based on the API gateway and the microservices.