Routing in Backend
In the previous blogs, we talked about HTTP, how requests and responses work, different HTTP methods, and why we need a backend.
Now let's say we have a request coming into our backend:
GET /api/jedi/
dev-jedi.hashnode.dev10 min read