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: 8 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-18T23:33:04.000Z (over 4 years ago)
- Last Synced: 2023-08-29T19:20:04.518Z (about 2 years 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
```