Open 0mars opened 4 years ago
Hey, yes it is activated and the url is specified here: https://github.com/sebastiendan/nestjs-api-gateway/blame/9e284811564f9fd47176c75b8248a75a8e5e7b76/src/main.ts#L25
where does it store the credentials, user info ?
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.
Hi how to view API docs, do you have OpenAPI docs available ?