/currency-rest

Primary LanguageGoMIT LicenseMIT

Currency api

This is a basic api that aggregates results from Frankfurter api and Economia api to produce simple metrics on exchange rates between two currencies during given time perion.

Running

User can enter the data either via directly calling the /api endpoint with appropriate data or by filling in provided static html form. To run the server on port 8080 type

go run .

This mini-project was developed as a part of the distributed systems course at AGH UST.