Concept Flow - Resource-based route organization
Define resource name
Create router object
Add routes for CRUD operations
GET /resource
Export router
Use router in main app
This flow shows how to organize routes by resource, defining all CRUD routes in one router and then using it in the main app.