Let me be honest with you.

Every time I start a new Node.js project, I copy-paste this from my last one:

const limiter = rateLimit({

windowMs: 15 * 60 * 1000, // 15 minutes

max: 100,