{"id":24757247,"url":"https://github.com/rathodrohit12/user-management-system-using-thymeleaf","last_synced_at":"2026-04-02T03:02:47.366Z","repository":{"id":267985418,"uuid":"902927787","full_name":"rathodrohit12/user-management-system-using-thymeleaf","owner":"rathodrohit12","description":"A User Management System built with Spring Boot, featuring a layered architecture with Controller, Service, Repository, and Entity layers. It uses Thymeleaf for dynamic views and Bootstrap for a responsive UI. The system supports full CRUD operations for user management with a focus on scalability and maintainability.","archived":false,"fork":false,"pushed_at":"2025-01-11T10:01:16.000Z","size":795,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T16:24:19.303Z","etag":null,"topics":["bootstrap","css3","htm","java","javascript","mysql","spring-boot","spring-mvc","spring-security","thymeleaf"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/rathodrohit12.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}},"created_at":"2024-12-13T14:59:54.000Z","updated_at":"2025-01-16T07:09:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"bec27194-b19b-42d6-b1a4-ab8080661828","html_url":"https://github.com/rathodrohit12/user-management-system-using-thymeleaf","commit_stats":null,"previous_names":["rathodrohit12/usermanagementsystem"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rathodrohit12/user-management-system-using-thymeleaf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rathodrohit12%2Fuser-management-system-using-thymeleaf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rathodrohit12%2Fuser-management-system-using-thymeleaf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rathodrohit12%2Fuser-management-system-using-thymeleaf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rathodrohit12%2Fuser-management-system-using-thymeleaf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rathodrohit12","download_url":"https://codeload.github.com/rathodrohit12/user-management-system-using-thymeleaf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rathodrohit12%2Fuser-management-system-using-thymeleaf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294826,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bootstrap","css3","htm","java","javascript","mysql","spring-boot","spring-mvc","spring-security","thymeleaf"],"created_at":"2025-01-28T14:39:04.323Z","updated_at":"2026-04-02T03:02:47.330Z","avatar_url":"https://github.com/rathodrohit12.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UserManagementSystem\nA User Management System built with Spring Boot, featuring a layered architecture with Controller, Service, Repository, and Entity layers. It uses Thymeleaf for dynamic views and Bootstrap for a responsive UI. The system supports full CRUD operations for user management with a focus on scalability and maintainability.\n\n\n## Features\n- **User Registration**: Users can sign up with an email and password (passwords are hashed for security).\n- **User Login**: Users can log in with email and password authentication.\n- **Session Management**: After logging in, users are redirected to a profile page and remain logged in until they log out.\n- **Form Validation**: Validates input for both registration and login forms (e.g., password length, valid email format).\n- **Error Handling**: Clear error messages are shown for failed login or registration attempts (e.g., incorrect credentials, existing user).\n- **Secure Authentication**: Passwords are securely hashed and stored using BCrypt.\n- **View All Users**: Admin can view a list of all registered users with their details.\n- **Update User Information**: Admin can update the details of a user, including username, email, and password.\n- **Delete User**: Admin can delete a user from the system.\n\n\n## Project Folder Structure\n```\n└── usermanagementsystem\n    ├── config              # Configuration classes (e.g., security, data source)\n    ├── controller          # Controllers for routing and business logic\n    ├── entity              # Entity classes for ORM (e.g., JPA)\n    ├── dto                 # Data transfer objects for data transfer between layers\n    ├── repository          # JPA repositories for database operations\n    └── service             # Business logic services\n\n```\n\n## Prerequisites\n- **Java 8 or higher**\n- **Maven 3.5+ (for building the project)**\n- **IDE like IntelliJ IDEA or Eclipse (optional but recommended)**\n\n\n## Installation\nTo get started with this project, follow these steps:\n\n1. **Clone the repository**:\n\n```bash\ngit clone https://github.com/rathodrohit12/UserManagementSystem.git\ncd UserManagementSystem\n```\n2. **Build the project**:\n```bash\nmvn clean install\n```\n3. **Run the Spring Boot application**:\n\n```bash\nmvn spring-boot:run\n```\nThe application will start on http://localhost:8080.\n\n\n## Screenshots\nHere are some screenshots that demonstrate the user interface or other important features of the project.\n\n1. **Home Page**:\nDescription of the home page.\n\n2. **Login Page**:\nDescription of the login page.\n\nYou can upload screenshots and replace the file paths accordingly.\n\n## Videos\nYou can include videos for a better demonstration of the application:\n\n1. **Application Walkthrough**:\n\nWatch the video A video explaining the core features and how the application works.\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frathodrohit12%2Fuser-management-system-using-thymeleaf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frathodrohit12%2Fuser-management-system-using-thymeleaf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frathodrohit12%2Fuser-management-system-using-thymeleaf/lists"}