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

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

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
```