Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/AndrewCathcart/nestjs-microservice-architecture
- Owner: AndrewCathcart
- Created: 2020-03-28T17:41:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:47:40.000Z (almost 2 years ago)
- Last Synced: 2024-08-04T18:02:36.721Z (5 months ago)
- Topics: microservice, nestjs
- Language: TypeScript
- Homepage:
- Size: 2.58 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
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