{"id":27920314,"url":"https://github.com/arpitpy/springboottodolist","last_synced_at":"2026-04-17T04:34:15.706Z","repository":{"id":291386124,"uuid":"977458616","full_name":"ArpitPy/SpringBootToDoList","owner":"ArpitPy","description":"A ToDo list app made in Spring Boot with advanced error handling and DTOs","archived":false,"fork":false,"pushed_at":"2025-05-04T10:14:15.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-06T20:57:55.266Z","etag":null,"topics":["java","spring-boot","todoapp","todolist"],"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/ArpitPy.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":"2025-05-04T09:00:46.000Z","updated_at":"2025-05-04T10:14:19.000Z","dependencies_parsed_at":"2025-05-04T10:40:32.841Z","dependency_job_id":null,"html_url":"https://github.com/ArpitPy/SpringBootToDoList","commit_stats":null,"previous_names":["arpitpy/springboottodolist"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArpitPy%2FSpringBootToDoList","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArpitPy%2FSpringBootToDoList/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArpitPy%2FSpringBootToDoList/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArpitPy%2FSpringBootToDoList/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArpitPy","download_url":"https://codeload.github.com/ArpitPy/SpringBootToDoList/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252769391,"owners_count":21801375,"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":["java","spring-boot","todoapp","todolist"],"created_at":"2025-05-06T20:58:26.542Z","updated_at":"2026-04-17T04:34:15.672Z","avatar_url":"https://github.com/ArpitPy.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📝 To-Do List Application\n## This is an over engineered To-Do application made using Spring Boot.\nIt used advance concepts like:\n- Custom Error Handling\n- Clean API using DTOs\n- Controller-Service architecture\n\n### ❓ How to use?\n- Run the spring boot application, the app will open at localhost:8080\n- Then open Postman and create API requests to the app.\n- Here are some sample requests:\n- Create New Task\n```\nRequest Type: POST\nLink: http://localhost:8080/api/tasks\nJSON Body:\n{\n  \"title\": \"Feed dog\",\n  \"description\": \"Give food to dog\"\n}\n```\n- Fetch All Tasks\n```\nRequest Type: GET\nLink: http://localhost:8080/api/tasks\n```\n- Fetch Task By Id\n```\nRequest Type: GET\nLink: http://localhost:8080/api/tasks/\u003cput task id here\u003e\n```\n- Update Task By Id\n```\nRequest Type: PUT\nLink: http://localhost:8080/api/tasks/\u003cput task id here\u003e\nJSON Body:\n{\n  \"title\": \"Feed dog\",\n  \"description\": \"Give food to dog\",\n  \"completed\": true\n}\n```\n- Delete Task By Id\n```\nRequest Type: DELETE\nLink: http://localhost:8080/api/tasks/\u003cput task id here\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farpitpy%2Fspringboottodolist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farpitpy%2Fspringboottodolist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farpitpy%2Fspringboottodolist/lists"}