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