Microservice contains a set of Spring Boot applications and is built using Maven.
1. git clone https://github.com/raviranjan3570/currency-conversion-microservices.git
2. Make sure you have docker client installed in your system.
3. cd microservices
4. docker-compose up
In its default configuration, todo uses an in-memory database (H2) which
gets populated at startup with data. The h2 console is automatically exposed at http://localhost:8080/h2-console
and it is possible to inspect the content of the database using the url from terminal.