Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/AndrewCathcart/nestjs-microservice-architecture

Briefly looking into emulating microservice architecture locally using docker-compose to solidify my understanding
https://github.com/AndrewCathcart/nestjs-microservice-architecture

microservice nestjs

Last synced: about 2 months ago
JSON representation

Briefly looking into emulating microservice architecture locally using docker-compose to solidify my understanding

Awesome Lists containing this project

README

        

# nestjs-microservice-architecture

Playing around with nestjs microservices, docker & docker-compose.

## local usage

docker-compose up --build

localhost:3000/movies calls the movie-service

localhost:3000/users calls the user-service