DEV Community

Discussion on: Build an API Gateway with NestJs in 10 minutes

Collapse
 
bionicles profile image
bion howard

Could you make a more detailed example with CRUD ops on a real database? No one runs “hello world” in production

Collapse
 
danmt profile image
Daniel Marin

The idea of the article was to show how to interconnect multiple services by using NestJs Microservices framework. In my opinion there are plenty CRUD articles but it's a great idea for a future article to write one about it in the Microservices world.