Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 749 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 749 Bytes

eps-values-api

One web api to query eps(Earnings per Share) values for listed companies, which is used to illustrate the use of ruby eventmachine, goliath, em-http-request, as well as em-synchrony.

Setup project

Install Docker

Install Docker & Docker Compose

Then,

docker-compose build

Run tests

docker-compose run --rm test

Run the web server

docker-compose up web

Run the development container

docker-compose run --rm dev