Users
📁 Module Structure
controller/routes
HTTP controller that handles routes and endpoints for user management.
service/logic
Service that contains business logic for user operations, including CRUD, authentication, and role management.
entities/database
TypeORM entity that defines the user table structure in the database.
DTO-(Inputs/outputs)
Data transfer objects to validate and structure inputs and outputs for user operations.