Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 679 Bytes

README.MD

File metadata and controls

40 lines (27 loc) · 679 Bytes

BACK-END SHX Admission Test

The project's focus is to obtain information about the current dollar exchange rate.

Dependencies

  • Java 17
  • Maven

Please, note that you need to have JAVA_PATH and M2_HOME well configured on your device!

How to Install

mvn install

How to Run

mvn spring-boot:run

How to execute tests

mvn test

How to contribute

If you want to add anything to any of my Open Source projects, please follow the Conventional Commits standard:

Example:

<type>[optional scope]: <description>

[optional body]

[optional footer(s)]