Giter VIP home page Giter VIP logo

currency-microservices's Introduction

Curency Microservices

This repository contains a set of microservices for converting currencies. The microservices run on Spring Boot applications and contain serveral Spring Cloud components such as Eureka naming server, Ribbon client-side load balancer, Config server, Feign REST Client,

I am planning to expand on this project to obtain live currency exchange rates as well as setting up additional Spring Cloud elements to improve the interactions between the microservices. I will also update the README soon so that the the instructions for deploying the microservices are clearer (possibly deploying from a virtual machine/container). Expect a lot more content to be added soon!

Getting Started

Clone the repository into your local directory to get the source code.

Prerequisites

You will need the following software installed on your computer:

Deployment

Please deploy the microservices in the following order:

  • spring-cloud-config-server
  • netflix-eureka-naming-server
  • currency-exchange-service
  • currency-conversion-service
  • netflix-turbine-dashboard-server

You can make a HTTP GET request for a JSON data of a specific pair of currencies for conversion rate and the amount converted using the following URI:

http://localhost:8080/currency-converter-fallback/from/{from}/to/{to}/quantity/{quantity}

where {from} and {to} are placeholders for the following currency pairs:

  • USD/INR
  • EUR/INR
  • AUD/INR

Built With

  • Spring - The application framework used
  • Gradle - The build automation system used

Contributing

Please submit a pull request or directly message me for any ideas or comments you would like to share. I am an active member on GitHub and will constantly monitor my page.

Acknowledgments

  • To all of you for visiting my GitHub page
  • Barclays and especially my team for providing me with a lot of challenges and guidance over the 9 weeks during the internship
  • in28Minutes for their tutorials on Spring framework and microservices

currency-microservices's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.