Simple project created in Udemy course to study about microservices architecture.
This project contains two small microservices (currency exchange and currency conversion) to do some operations, and the others are to configurate the architecture lik API Gateway, Eureka Server
- http://localhost:8100/currency-conversion/from/USD/to/INR/quantity/10
- http://localhost:8100/currency-conversion-feign/from/USD/to/INR/quantity/10
- http://localhost:8765/currency-exchange/from/USD/to/INR
- http://localhost:8765/currency-conversion/from/USD/to/INR/quantity/10
- http://localhost:8765/currency-conversion-feign/from/USD/to/INR/quantity/10
- http://localhost:8765/currency-conversion-new/from/USD/to/INR/quantity/10
docker run -p 9411:9411 openzipkin/zipkin:2.23
docker push docker.io/<your-dockerio-id>/mmv2-currency-exchange-service:0.0.1-SNAPSHOT
docker-compose --version
docker-compose up
docker push <your-dockerio-id>/mmv2-naming-server:0.0.1-SNAPSHOT
docker push <your-dockerio-id>/mmv2-currency-conversion-service:0.0.1-SNAPSHOT
docker push <your-dockerio-id>/mmv2-api-gateway:0.0.1-SNAPSHOT
watch -n 0.1 curl http://localhost:8000/sample-api