{"id":22952591,"url":"https://github.com/devyank1/task-manager","last_synced_at":"2026-04-10T17:04:03.293Z","repository":{"id":265942886,"uuid":"896917223","full_name":"devyank1/task-manager","owner":"devyank1","description":"A task manager made in Java and Spring","archived":false,"fork":false,"pushed_at":"2024-12-05T01:26:27.000Z","size":77,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T15:23:50.976Z","etag":null,"topics":["docker","grafana","java","junit5","mockito","postgresql","prometheus","spring"],"latest_commit_sha":null,"homepage":"","language":"Java","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/devyank1.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-12-01T16:13:41.000Z","updated_at":"2024-12-14T17:15:56.000Z","dependencies_parsed_at":"2024-12-01T17:52:30.713Z","dependency_job_id":null,"html_url":"https://github.com/devyank1/task-manager","commit_stats":null,"previous_names":["devyank1/task-manager"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devyank1%2Ftask-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devyank1%2Ftask-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devyank1%2Ftask-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devyank1%2Ftask-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devyank1","download_url":"https://codeload.github.com/devyank1/task-manager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246726766,"owners_count":20823874,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","grafana","java","junit5","mockito","postgresql","prometheus","spring"],"created_at":"2024-12-14T15:38:48.186Z","updated_at":"2025-12-30T23:12:33.245Z","avatar_url":"https://github.com/devyank1.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\nTask Manager API\u003c/h1\u003e\n\n## 📚 Project\nThe Task Manager API is a backend application designed to manage tasks efficiently. It provides a robust and scalable solution for creating, updating, retrieving, and deleting tasks. Built with Java, Spring, this API supports RESTful operations and follows best practices for API development.\n\n## 🔍 Operation Flows\n\n### Find (GET Method):\nPurpose: Retrieve data from the database based on specific criteria or fetch all data. \u003cbr\u003e \u003cbr\u003e\n\u003cstrong\u003eUsers:\u003c/strong\u003e Retrieve all users: ```GET /users``` \u003cbr\u003e\n\u003cstrong\u003eTasks:\u003c/strong\u003e Retrieve all tasks:``` GET /tasks``` \u003cbr\u003e\n\u003cstrong\u003eProjects:\u003c/strong\u003e Retrieve all projects: GET ```/projects```\u003cbr\u003e\n\n### Create (POST Method)\nPurpose: Add new data to the database. \u003cbr\u003e \u003cbr\u003e\n\u003cstrong\u003eUsers:\u003c/strong\u003e Create a new user: ```POST /users``` \u003cbr\u003e\n\u003cstrong\u003eTasks:\u003c/strong\u003e Create a new task: ```POST /tasks``` \u003cbr\u003e\n\u003cstrong\u003eProjects:\u003c/strong\u003eCreate a new project: ```POST /projects``` \u003cbr\u003e\n\n### Modify (PUT Method)\nPurpose: Update existing data in the database. \u003cbr\u003e \u003cbr\u003e\n\u003cstrong\u003eUsers:\u003c/strong\u003eUpdate a user’s details: ```PUT /users/:id```\u003cbr\u003e\n\u003cstrong\u003eTasks:\u003c/strong\u003eUpdate a task’s status or details: ```PUT /tasks/:id```\u003cbr\u003e\n\u003cstrong\u003eProjects:\u003c/strong\u003eUpdate project details: ```PUT /projects/:id```\n\n### Delete (DELETE Method)\nPurpose: Remove data from the database. \u003cbr\u003e \u003cbr\u003e\n\u003cstrong\u003eUsers:\u003c/strong\u003eDelete a user by ID: ```DELETE /users/:id``` \u003cbr\u003e\n\u003cstrong\u003eTasks: \u003c/strong\u003eDelete a task by ID: ```DELETE /tasks/:id``` \u003cbr\u003e\n\u003cstrong\u003eProjects:\u003c/strong\u003e Delete a project by ID: ```DELETE /projects/:id``` \n\n## 👨‍💻 Endpoints\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eUsers\u003c/b\u003e\u003c/summary\u003e\n\u003cimg src=\"./img/img1.png\" alt=\"\"\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eTask\u003c/b\u003e\u003c/summary\u003e\n\u003cimg src=\"./img/img2.png\" alt=\"\"\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003eProjects\u003c/b\u003e\u003c/summary\u003e\n\u003cimg src=\"./img/img3.png\" alt=\"\"\u003e\n\u003c/details\u003e\n\n## 💻 Technology\n\n- Language: Java\n- Framework: Spring\n- Database: PostgreSQL\n- Maven\n- JUnit5\n- Mockito\n- Prometheus \u0026 Grafana\n- AWS (In progress)\n\n## 👨‍💻 Dev\nYan Carlos \u003cbr\u003e \u003cbr\u003e\n[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](https://www.linkedin.com/in/yan-carlos-00a740251/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevyank1%2Ftask-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevyank1%2Ftask-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevyank1%2Ftask-manager/lists"}