Skip to content

Latest commit

 

History

History
75 lines (54 loc) · 2.86 KB

README-en.md

File metadata and controls

75 lines (54 loc) · 2.86 KB

Maintenance license GitHub stars GitHub issues size

English | Português Brasileiro

Challenger ONE Java back-end training

🚀 About the project

Challenge proposed by ONE Java back-end developer training.

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

At least 6 options are required for currency conversion

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)

Technologies used

Requirements

How to run the project:

  • 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

Image of the running project

img

Project badge

badge ONE

License

The License MIT (MIT)

Gilberto | Dev 2024