REST API Design Made Simple in Express.js
When you build your first API, the instinct is to name your routes exactly like the JavaScript functions you write.
You need to fetch all users, so you create GET /getAllUsers. You need to add a user,
blog.himanshubalani.com6 min read