English | Português Brasileiro
Create a currency converter that converts from one currency to another, using the ExchangeRate-API API Project developed in Java, using the Spring Boot framework, on the command line
In this project, 6 currency conversion options were implemented, namely:
- BRL(Real) => USD(Dollar)
- USD(Dollar) => BRL(Real)
- EUR(Euro) => BRL(Real)
- BRL(Real) => EUR(Euro)
- EUR(Euro) => USD(Dollar)
- USD(Dollar) => EUR(Euro)
- Java 21 or higher
- Maven
- Git
- Account on the API ExchangeRate-API, and generate a key to consume the API
- Clone the project:
- Logged into github
git clone git@github.com:Gilberto-Mascena/conversor-de-moedas-java.git
- Without being logged into github.
git clone https://github.com/Gilberto-Mascena/conversor-de-moedas-java.git
- Open the project in an IDE of your choice.
- In the root of the project, create a file called .env and add: API_KEY_EXCHANGE_RATE_API="your API key here", save the file!.
- Open a terminal or prompt in the project folder and run the command:
mvn spring-boot:run
The License MIT (MIT)