Skip to content

linux-root/forex-mtl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A local proxy for Forex rates

Run locally

1. Start OneFrame service on port 8081

docker run -p 8081:8080 paidyinc/one-frame

2. Start FOREX rate serice on port 8080

sbt run

3. Send a sample request

curl --location 'http://localhost:8080/rates?from=USD&to=SGD'

Run all Unit Tests, Property-based Tests

sbt test

About

A local proxy for Forex rates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages