Open
Description
Is your feature request related to a problem? Please describe.
Heroku Does offer DDoS mitigation however, according to this post they strongly recommend using a rate limiter library.
Describe the solution you'd like
Rate limit the endpoints of the api using flask limiter.
Additional context
The time and amount of requests that should be allowed should be discussed, possibly in the mentorship session.