{"id":27598039,"url":"https://github.com/nathsagar96/taskify","last_synced_at":"2026-04-11T14:34:36.941Z","repository":{"id":289135747,"uuid":"970195705","full_name":"nathsagar96/taskify","owner":"nathsagar96","description":"Task management application using Spring Boot","archived":false,"fork":false,"pushed_at":"2025-10-18T11:48:10.000Z","size":149,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-19T07:02:09.107Z","etag":null,"topics":["docker","docker-compose","java","jpa","maven","postgresql","springboot","springdoc-openapi","testcontainers"],"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/nathsagar96.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-21T16:23:24.000Z","updated_at":"2025-10-18T11:48:13.000Z","dependencies_parsed_at":"2025-07-26T07:23:49.506Z","dependency_job_id":"1c29325d-68c6-4dd3-9aa7-e4d811ab43f5","html_url":"https://github.com/nathsagar96/taskify","commit_stats":null,"previous_names":["nathsagar96/task-tracker","nathsagar96/taskify"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nathsagar96/taskify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathsagar96%2Ftaskify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathsagar96%2Ftaskify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathsagar96%2Ftaskify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathsagar96%2Ftaskify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nathsagar96","download_url":"https://codeload.github.com/nathsagar96/taskify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathsagar96%2Ftaskify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31684525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["docker","docker-compose","java","jpa","maven","postgresql","springboot","springdoc-openapi","testcontainers"],"created_at":"2025-04-22T14:09:33.753Z","updated_at":"2026-04-11T14:34:36.928Z","avatar_url":"https://github.com/nathsagar96.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Taskify 🚀\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Java](https://img.shields.io/badge/Java-25-blue.svg?logo=openjdk\u0026logoColor=white)](https://openjdk.java.net/projects/jdk/25/)\n[![Spring Boot](https://img.shields.io/badge/Spring_Boot-3.x-green.svg?logo=spring\u0026logoColor=white)](https://spring.io/projects/spring-boot)\n[![Maven](https://img.shields.io/badge/Maven-3.x-red.svg?logo=apache-maven\u0026logoColor=white)](https://maven.apache.org/)\n[![PostgreSQL](https://img.shields.io/badge/PostgreSQL-blue.svg?logo=postgresql\u0026logoColor=white)](https://www.postgresql.org/)\n[![Docker](https://img.shields.io/badge/Docker-blue.svg?logo=docker\u0026logoColor=white)](https://www.docker.com/)\n\n## Project Overview ✨\n\nTaskify is a robust and intuitive task management application built with Spring Boot. It provides a comprehensive set of\nfeatures to help users organize their tasks efficiently, manage task lists, and track progress. Designed with a focus on\nclean architecture, security, and performance, Taskify aims to deliver a seamless experience for personal and team\nproductivity.\n\n## Key Features 🚀\n\n* **Task Management**: Create, read, update, and delete individual tasks.\n* **Task List Organization**: Group tasks into logical lists for better organization.\n* **Task Prioritization**: Assign priorities (LOW, MEDIUM, HIGH) to tasks.\n* **Status Tracking**: Track task status (OPEN, CLOSED).\n* **RESTful API**: A well-documented and intuitive RESTful API for seamless integration.\n* **Global Exception Handling**: Centralized error handling for a consistent API response.\n* **Database Migrations**: Schema management using Flyway for reliable database evolution.\n* **Comprehensive Testing**: Unit and integration tests ensuring application reliability.\n* **Caching**: Caching enabled for improved performance.\n\n## Technologies Used 🛠️\n\n* **Spring Boot**: Framework for building robust, production-ready Spring applications.\n* **Java 25**: The latest LTS version of Java.\n* **Spring Data JPA**: For simplified data access and persistence.\n* **Hibernate**: ORM framework for database interaction.\n* **PostgreSQL**: Relational database for data storage.\n* **Flyway**: Database migration tool.\n* **Maven**: Build automation tool.\n* **JUnit 5 \u0026 Mockito**: For unit testing.\n* **Testcontainers**: For integration testing with real database instances.\n* **Swagger/OpenAPI**: For API documentation.\n\n## Getting Started 🏁\n\nFollow these instructions to get a copy of the project up and running on your local machine for development and testing\npurposes.\n\n### Prerequisites 📋\n\nBefore you begin, ensure you have the following installed:\n\n* **Java Development Kit (JDK) 25** or higher\n* **Maven 3.8.x** or higher\n* **Docker Desktop** (for running PostgreSQL via `compose.yaml`)\n* **Git**\n\n### Installation ⚙️\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/nathsagar96/taskify.git\n   cd taskify\n   ```\n2. **Start the PostgreSQL database using Docker Compose:**\n   ```bash\n   docker-compose up -d\n   ```\n   This will start a PostgreSQL container in the background.\n3. **Build the project using Maven:**\n   ```bash\n   ./mvnw clean install\n   ```\n\n### Running the Application ▶️\n\nAfter successful installation and database setup, you can run the Spring Boot application:\n\n```bash\n./mvnw spring-boot:run\n```\n\nThe application will start on `http://localhost:8080` by default.\n\n## API Documentation 📖\n\nThe API documentation is available via Swagger UI once the application is running.\n\n* **Swagger UI**: Access the interactive API documentation at `http://localhost:8080/swagger-ui.html`\n\n## Usage 💡\n\nYou can interact with the API using tools like Postman, curl, or any HTTP client. A Postman collection is provided for\neasy testing.\n\n### Postman Collection 📥\n\nA Postman collection named [Taskify.postman_collection.json](Taskify.postman_collection.json) is included in the root\ndirectory of this project. You can import this collection into Postman to quickly test all available endpoints.\n\n**Key Endpoints:**\n\n* **Task Lists**:\n    * `GET /api/v1/tasklists`: Retrieve all task lists.\n    * `GET /api/v1/tasklists/{task_list_id}`: Retrieve a specific task list by ID.\n    * `POST /api/v1/tasklists`: Create a new task list.\n    * `PUT /api/v1/tasklists/{task_list_id}`: Update an existing task list.\n    * `DELETE /api/v1/tasklists/{task_list_id}`: Delete a task list.\n* **Tasks**:\n    * `GET /api/v1/tasklists/{task_list_id}/tasks`: Retrieve all tasks for a specific task list.\n    * `GET /api/v1/tasklists/{task_list_id}/tasks/{task_id}`: Retrieve a specific task by ID within a task list.\n    * `POST /api/v1/tasklists/{task_list_id}/tasks`: Create a new task within a task list.\n    * `PUT /api/v1/tasklists/{task_list_id}/tasks/{task_id}`: Update an existing task within a task list.\n    * `DELETE /api/v1/tasklists/{task_list_id}/tasks/{task_id}`: Delete a task within a task list.\n\n## Contributing 🤝\n\nContributions are what make the open-source community such an amazing place to learn, inspire, and create. Any\ncontributions you make are **greatly appreciated**.\n\nIf you have a suggestion that would make this better, please fork the repo and create a pull request. You can also\nsimply open an issue with the tag \"enhancement\".\nDon't forget to give the project a star! ⭐ Thanks again!\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## License 📄\n\nDistributed under the MIT License. See [LICENSE](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathsagar96%2Ftaskify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnathsagar96%2Ftaskify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathsagar96%2Ftaskify/lists"}