Role-Based Access Control Application: A secure and scalable RBAC system built using Node.js, Express, MongoDB, and EJS. It features role-specific access for Admin, Moderator, and Client users with JWT authentication and session management for enhanced security. The app showcases skills in authentication, authorization, and intuitive UI design. Key Features: Admin: Full access to manage users, modify roles, and delete accounts (except self). Moderator: Limited access to manage and modify client users. Client: View-only profile access. Authentication: Token-based (JWT) with session-based flash messages.