Skip to content

Simple project created in Udemy course to study about microservices architecture.

Notifications You must be signed in to change notification settings

llucasreis/currency-microservices

Repository files navigation

Currency Microservices

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

URLS

Currency Exchange Service

Currency Conversion Service

Eureka

Zipkin

API GATEWAY

Commands

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

About

Simple project created in Udemy course to study about microservices architecture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages