Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.2 KB

README.md

File metadata and controls

39 lines (31 loc) · 1.2 KB

Euro Forex - European Central Bank

gopherbadger-tag-do-not-edit

About the Project

This project is to show historical rates from https://www.ecb.europa.eu using Clean Architecture and use only the standard library other than database connection.

Prerequisites

go version go1.15.2 linux/amd64

Usage

  • Build Golang files and run the executable
make
./app/eurofxref-ecb
  • Or, run using docker
make docker
docker run --name eurofxref-ecb -p 8282:8282 --rm fahimbagar/eurofxref-ecb:1.0

Test

Run test coverage

make test

List of Endpoints API