Requirements

Installation

$ cd rate-limiter
$ bundle install
$ rails db:create && rails db:migrate && rails db:seed

Start

$ foreman start

Check out the example response from the link below

http://localhost:3001/api/v1/users

Tests

$ rspec --format documentation