{"id":23389863,"url":"https://github.com/vaibhav-chitransh/user-management-system","last_synced_at":"2026-04-06T09:32:03.717Z","repository":{"id":264776491,"uuid":"894369690","full_name":"Vaibhav-Chitransh/User-Management-System","owner":"Vaibhav-Chitransh","description":"The User Management System is a web app built with Role-Based Access Control (RBAC) to manage users, roles, and permissions. It includes user registration, login, role management, and admin features for secure access control. The project showcases my skills in both frontend and backend development, UI design, and implementing secure authentication.","archived":false,"fork":false,"pushed_at":"2024-11-28T09:18:18.000Z","size":888,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T14:32:36.760Z","etag":null,"topics":["bcryptjs","cors","css","dotenv","expressjs","html","js","jwt","mongodb-atlas","nodejs","react","reactrouter","shadcn-ui","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Vaibhav-Chitransh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-26T08:35:38.000Z","updated_at":"2025-04-23T14:27:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"bd657a32-db16-43d2-aa91-3f23e30510ef","html_url":"https://github.com/Vaibhav-Chitransh/User-Management-System","commit_stats":null,"previous_names":["vaibhav-chitransh/user-management-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Vaibhav-Chitransh/User-Management-System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vaibhav-Chitransh%2FUser-Management-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vaibhav-Chitransh%2FUser-Management-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vaibhav-Chitransh%2FUser-Management-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vaibhav-Chitransh%2FUser-Management-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vaibhav-Chitransh","download_url":"https://codeload.github.com/Vaibhav-Chitransh/User-Management-System/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vaibhav-Chitransh%2FUser-Management-System/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31466600,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T08:36:52.050Z","status":"ssl_error","status_checked_at":"2026-04-06T08:36:51.267Z","response_time":112,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bcryptjs","cors","css","dotenv","expressjs","html","js","jwt","mongodb-atlas","nodejs","react","reactrouter","shadcn-ui","tailwindcss"],"created_at":"2024-12-22T03:18:48.168Z","updated_at":"2026-04-06T09:32:03.712Z","avatar_url":"https://github.com/Vaibhav-Chitransh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# User Management System\n\n## Overview\n\nThe **User Management System** is a robust web application designed to streamline user, role, and permission management. It employs a **Role-Based Access Control (RBAC)** framework to enhance security and ensure seamless access control. Administrators can efficiently manage users, assign roles, and define permissions through an intuitive and feature-rich interface.\n\n## Features\n\n### User Registration\n- **Description**: Enables new users to register and create accounts securely.\n- **Key Highlights**: \n  - Form validation for user inputs.\n  - Secure password hashing using industry-standard techniques.\n\n### User Login\n- **Description**: Secure login system for registered users.\n- **Key Highlights**: \n  - JWT-based authentication for session handling.\n  - Error handling for invalid credentials.\n\n### Role Management\n- **Description**: Allows administrators to create, update, and delete roles.\n- **Key Highlights**: \n  - Dynamic role addition with real-time updates.\n  - Role-based segregation to ensure least-privilege access.\n\n### Permission Management\n- **Description**: Assign specific permissions to roles to control access.\n- **Key Highlights**: \n  - Granular permission assignments for maximum flexibility.\n  - Integration with the backend to ensure secure role-permission mapping.\n\n### User Management\n- **Description**: Admins can manage user accounts, including editing and deletion.\n- **Key Highlights**: \n  - Bulk user actions for efficient management.\n  - Visual insights into user activity and role assignments.\n\n### Dashboard\n- **Description**: A bird's-eye view of user statistics and role distributions.\n- **Key Highlights**: \n  - Graphical representation of user data.\n  - Real-time updates powered by RESTful APIs.\n \n### Customized Alert Box\n- **Description**: A customizable alert box to display error messages to users.\n- **Key Highlights**:\n  - Provides clear feedback on errors during user interactions.\n  - Easy to integrate and customize for different use cases.\n\n## Screenshots\n\nBelow are snapshots showcasing various features of the system:\n\n![User Registration](./images/signup_image.png)\n**User Registration Page**\n\n![User Login](./images/login_image.png)\n**User Login Page**\n\n![Dashboard](./images/users_tab.png)\n**Admin Dashboard**\n\n![Add User](./images/add_user_tab.png)\n**Add User Tab**\n\n![Role Management](./images/roles_tab.png)\n**Role Management Page**\n\n![Permissions Management](./images/permissions_tab.png)\n**Permissions Management Page**\n\n![Role Permissions Management](./images/role-permissions_tab.png)\n**Role Permissions Management Page**\n\n![Edit Role Permissions](./images/edit_permissions_tab.png)\n**Edit Role Permissions Tab**\n\n![Customized Alert Box](./images/alert_box_errorMsg%20(2).png)\n**Customized Alert Box Example**\n\n![Customized Alert Box](./images/alert_box_errorMsg%20(3).png)\n**Customized Alert Box Example**\n\n## Getting Started\n\nTo set up the User Management System locally, follow these steps:\n\n### Prerequisites\nEnsure the following tools are installed on your system:\n- **Node.js** (v22.6.0 or higher)\n- **npm** (v10.8.2 or higher)\n- **MongoDB** (or any compatible database)\n\n### Backend Setup\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Vaibhav-Chitransh/User-Management-System.git\n2. Navigate to the server directory:\n   ```bash\n   cd User-Management-System/server\n3. Install dependencies:\n   ```bash\n   npm install\n4. Create a .env file and configure the following environment variables:\n   ```bash\n   PORT=3000\n   MONGO_URI=\u003cyour_mongo_connection_string\u003e\n   SECRET_KEY=\u003cyour_jwt_secret\u003e\n5. Start the server:\n   ```bash\n   npm start\n\n### Client Setup\n\n1. Navigate to the client directory\n   ```bash\n   cd User-Management-System/client\n2. Install dependencies:\n   ```bash\n   npm install\n3. Start the client-side application:\n   ```bash\n   npm start\n4. Open your browser and visit:\n   ```bash\n   http://localhost:3000\n\n### Project Structure\n\nUser-Management-System/\n├── server/\n│   ├── controllers/\n│   ├── models/\n│   ├── routes/\n│   ├── database/\n│   ├── middleware/\n│   └── server.js\n├── client/\n│   ├── src/\n│   │   ├── components/\n│   │   ├── pages/\n│   │   ├── lib/\n│   │   ├── assets/\n│   │   ├── App.js\n│   │   ├── index.js\n│   └── public/\n\n\n## Contributing\n\nWe welcome contributions to enhance the project! Please follow these steps:\n\n1. Fork the repository.\n2. Create a feature branch:\n   ```bash\n   git checkout -b feature-name\n3. Commit your changes:\n   ```bash\n   git commit -m \"Add new feature\"\n4. Push the branch\n   ```bash\n   git push origin feature-name\n5. Create a pull request.\n\n## Contact\n\nFor any queries or suggestions, feel free to reach out:\n\nAuthor: Vaibhav Chitransh\nGitHub: [User-Management-System](https://github.com/Vaibhav-Chitransh/User-Management-System)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaibhav-chitransh%2Fuser-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaibhav-chitransh%2Fuser-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaibhav-chitransh%2Fuser-management-system/lists"}