{"id":22537843,"url":"https://github.com/khaledashrafh/taskarium","last_synced_at":"2026-04-19T19:32:05.796Z","repository":{"id":257441267,"uuid":"803791938","full_name":"KhaledAshrafH/Taskarium","owner":"KhaledAshrafH","description":"Taskarium is a powerful and user-friendly task and note management application developed using Spring Boot, Spring MVC, and other modern technologies. This project allows users to efficiently manage their tasks and notes while providing a secure environment with tailored access controls. Built with clean architecture principles in mind","archived":false,"fork":false,"pushed_at":"2024-10-12T16:25:34.000Z","size":459,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-28T16:17:28.722Z","etag":null,"topics":["authentication","authorization","h2-database","lombok","mapstruct","maven","mvc","mvc-architecture","mvc-pattern","note-managment","rbac","security","spring-boot","spring-jpa","spring-mvc","spring-security","task-management","thymeleaf","thymeleaf-template-engine"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KhaledAshrafH.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-05-21T11:52:49.000Z","updated_at":"2024-10-12T16:25:38.000Z","dependencies_parsed_at":"2024-09-16T19:48:22.486Z","dependency_job_id":"c0550ad1-5332-4253-9927-abdf52093075","html_url":"https://github.com/KhaledAshrafH/Taskarium","commit_stats":null,"previous_names":["khaledashrafh/taskarium"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KhaledAshrafH/Taskarium","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhaledAshrafH%2FTaskarium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhaledAshrafH%2FTaskarium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhaledAshrafH%2FTaskarium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhaledAshrafH%2FTaskarium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KhaledAshrafH","download_url":"https://codeload.github.com/KhaledAshrafH/Taskarium/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KhaledAshrafH%2FTaskarium/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32020479,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["authentication","authorization","h2-database","lombok","mapstruct","maven","mvc","mvc-architecture","mvc-pattern","note-managment","rbac","security","spring-boot","spring-jpa","spring-mvc","spring-security","task-management","thymeleaf","thymeleaf-template-engine"],"created_at":"2024-12-07T11:08:59.361Z","updated_at":"2026-04-19T19:32:05.764Z","avatar_url":"https://github.com/KhaledAshrafH.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Taskarium - Task and Note Management System\n\nTaskarium is a powerful and user-friendly task and note management application developed using Spring Boot, Spring MVC, and other modern technologies. This project allows users to efficiently manage their tasks and notes while providing a secure environment with tailored access controls. Built with clean architecture principles in mind, Taskarium offers great maintainability and scalability for future development.\n\n## Table of Contents\n- [Features](#features)\n- [Technologies Used](#technologies-used)\n- [System Requirements](#system-requirements)\n- [Usage](#usage)\n- [Security](#security)\n- [Project Structure](#project-structure)\n- [Screenshots](#screenshots)\n- [Contributing](#contributing)\n- [License](#license)\n\n### Features\n\n* User registration and login with secure password storage.\n* Role-based access control (RBAC) for user permissions.\n* Task creation, editing, and deletion with customizable descriptions, colors, and statuses.\n* Note creation, editing, and deletion associated with specific tasks.\n* Users can only view and manage their own notes and tasks, ensuring data privacy.\n* Responsive front-end design using Thymeleaf templates.\n\n## Technologies Used\n\n- **Spring Boot**: Framework for building production-ready applications.\n- **Spring MVC**: For creating web applications in a clean and modular way.\n- **Spring Security**: For handling authentication and authorization.\n- **Spring Data JPA**: For database interactions using JPA (Java Persistence API) with **H2 database**.\n- **Thymeleaf**: For rendering dynamic web pages and defining server-side templates.\n- **MapStruct**: For mapping between DTOs and entities.\n- **Lombok**: To minimize boilerplate code.\n\n## System Requirements\n\n- **Java Development Kit (JDK)**: Version 17 or later\n- **Maven**: For dependency management\n- **H2 Database**: Bundled with the project\n\n## Usage\n1. Clone the project repository.\n2. Install the required dependencies (rebuild the pom.xml file).\n3. Configure the database connection (if using a database other than H2).\n4. Run the application using your preferred Java IDE or command line:\n    ```bash\n    mvn spring-boot:run\n    ```\n5. Access the application in your browser at `http://localhost:8080` (default port).\n\n## Security\nTaskarium implements robust security measures:\n- Each user has their own credentials, allowing them to log in securely.\n- Users can only access and manage tasks and notes they own.\n- Role-based access control is enabled, ensuring that an admin can perform operations while preventing unauthorized access for regular users.\n\n## Project Structure\nThe project follows a clean architecture approach with clear separation of concerns:\n\n* **Controller**: Handles user requests and interacts with services.\n* **Service**: Business logic layer that interacts with repositories.\n* **Repository**: Data access layer.\n* **Model**: Contains entity classes representing database tables.\n* **DTO**: Data Transfer Objects used for communication between layers.\n* **Exception**: Custom exception classes for handling application errors.\n* **Filter**: Spring Security filters for implementing sepcific constraints.\n* **Security**: Configuration for user roles, permissions, and authentication mechanisms.\n* **Advice**: Aspect-oriented programming aspects for cross-cutting concerns.\n* **Layout**: Thymeleaf templates for building the user interface.\n\n## Screenshots\nHere are some screenshots that showcase the user interface of Taskarium:\n\u003cbr\u003e\n\u003cp align=\"center\" margin=\"auto\"\u003e\n    \u003ckbd\u003e\n\u003cimg align=\"center\" \n            src=\"https://github.com/KhaledAshrafH/Taskarium/blob/main/images/1.jpg\"\n            alt=\"KhaledAshrafH\"  height=\"350\" style=\"border-radius: 20px;\"/\u003e\n    \u003c/kbd\u003e\n  \u003c/p\u003e\n \u003ch1 align=\"center\"\u003e\u003c/h1\u003e\n\n \u003cbr\u003e\n\u003cp align=\"center\" margin=\"auto\"\u003e\n    \u003ckbd\u003e\n\u003cimg align=\"center\" \n            src=\"https://github.com/KhaledAshrafH/Taskarium/blob/main/images/2.jpg\"\n            alt=\"KhaledAshrafH\"  height=\"350\" style=\"border-radius: 20px;\"/\u003e\n    \u003c/kbd\u003e\n  \u003c/p\u003e\n \u003ch1 align=\"center\"\u003e\u003c/h1\u003e\n\n \u003cbr\u003e\n\u003cp align=\"center\" margin=\"auto\"\u003e\n    \u003ckbd\u003e\n\u003cimg align=\"center\" \n            src=\"https://github.com/KhaledAshrafH/Taskarium/blob/main/images/3.jpg\"\n            alt=\"KhaledAshrafH\"  height=\"350\" style=\"border-radius: 20px;\"/\u003e\n    \u003c/kbd\u003e\n  \u003c/p\u003e\n \n\n\n## Contributing\nContributions are welcome! Please fork the repository and create a pull request with your changes.\n\n## License\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhaledashrafh%2Ftaskarium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhaledashrafh%2Ftaskarium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhaledashrafh%2Ftaskarium/lists"}