https://github.com/viveknaskar/currency-microservices-apps
A demonstration of a complete microservice apps built and run using docker-compose
https://github.com/viveknaskar/currency-microservices-apps
Last synced: 4 months ago
JSON representation
A demonstration of a complete microservice apps built and run using docker-compose
- Host: GitHub
- URL: https://github.com/viveknaskar/currency-microservices-apps
- Owner: viveknaskar
- Created: 2021-06-16T19:26:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-18T23:33:04.000Z (almost 5 years ago)
- Last Synced: 2025-11-11T21:32:15.540Z (7 months ago)
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# currency-microservices-apps
A demonstration of a complete yet complex microservices apps built and run using docker-compose.
## Microservices
- [currency-exchange-service](https://github.com/viveknaskar/currency-exchange-service)
- [currency-conversion-service](https://github.com/viveknaskar/currency-conversion-service)
- [naming-server](https://github.com/viveknaskar/naming-server)
- [api-gateway](https://github.com/viveknaskar/api-gateway)
## For running docker-compose
```
docker-compose up
```