Skip to content

angelobms/currency-converter-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Converter 💰

Currency conversion system API. CurrencyConverterAPI

It is possible from the application to obtain the currency conversion using conversion rates obtained obtained from https://api.exchangeratesapi.io.

Features

  • RESTful APIs

Tech

Math Expression API was developed using the technologies bellow:

Endpoins

  • \api\transactions - Endpoint to convert a source currency to a target currency.
  • \api\transactions\1 - Endpoint to see the conversions used by a user.

The documentation of the endpoints can be consulted after running the application at http://localhost:8080/swagger-ui.html

Installation

Math Expression API need to be cloned on GitHub.

$ git clone https://github.com/angelobms/currency-converter-api.git
$ cd currency-converter-api

Running the application

  • Via Eclipse or IntelliJ - Run the "Main" CurrencyConverterApplication.java class as a java application (normal or debug).

  • Via Maven - Run the command

$ mvn spring-boot: run

License

MIT

Free Software, Hell Yeah!

Releases

No releases published

Packages

No packages published