Rate limit server that serve 60 requests per minute per IP address.
Implement with Rack::Attack
Return status 409 if request meets the threshold
- Ruby 2.7.2
- run
bundle install
to install gems and node modules
rspec
see details in spec/requests/home_request_spec.rb
rails s
It will serve on 127.0.0.1:3000
by default.
Only response to home page (127.0.0.1:3000
) and return ok
(if not limited).
around 1 hr 30 min (including surveying)