{"id":25039707,"url":"https://github.com/pedrovidaldev/desafio-backend-simplify","last_synced_at":"2026-04-29T18:32:36.008Z","repository":{"id":217430882,"uuid":"743839663","full_name":"PedroVidalDev/desafio-backend-simplify","owner":"PedroVidalDev","description":"O objetivo do repositório é treinar o framework Spring, resolvendo um desafio de vaga backend e aprimorando minhas habilidades como programador.","archived":false,"fork":false,"pushed_at":"2024-01-16T09:57:59.000Z","size":88,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T21:45:49.485Z","etag":null,"topics":["java","spring-boot","spring-jpa"],"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/PedroVidalDev.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}},"created_at":"2024-01-16T05:15:02.000Z","updated_at":"2024-01-17T14:23:46.000Z","dependencies_parsed_at":"2024-01-16T11:44:03.767Z","dependency_job_id":"97045e16-e724-4e5a-854a-726b052b8643","html_url":"https://github.com/PedroVidalDev/desafio-backend-simplify","commit_stats":null,"previous_names":["pedrovidaldev/desafio-backend-simplify"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PedroVidalDev/desafio-backend-simplify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PedroVidalDev%2Fdesafio-backend-simplify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PedroVidalDev%2Fdesafio-backend-simplify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PedroVidalDev%2Fdesafio-backend-simplify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PedroVidalDev%2Fdesafio-backend-simplify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PedroVidalDev","download_url":"https://codeload.github.com/PedroVidalDev/desafio-backend-simplify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PedroVidalDev%2Fdesafio-backend-simplify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32439179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"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":["java","spring-boot","spring-jpa"],"created_at":"2025-02-06T02:52:58.517Z","updated_at":"2026-04-29T18:32:35.992Z","avatar_url":"https://github.com/PedroVidalDev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cp align=\"center\"\u003e Desafio Backend Simplify \u003c/p\u003e\n## Objetivo\nO objetivo do repositório é treinar o framework Spring, resolvendo um desafio de vaga backend e aprimorando minhas habilidades como programador.\nLink do desafio: https://github.com/simplify-tec/desafio-junior-backend-simplify\n\n## Tecnologias Utilizadas\n- Spring Boot\n- Spring Data JPA\n- Spring Validation\n- Lombok\n- Jakarta\n\n## Como rodar\nBasta baixar o projeto e rodar o seguinte comando: `java -Dspring.profiles.active=prod -jar target/demo-0.0.1-SNAPSHOT.jar`\n\n## Rotas\nPOST - `/tasks` - criar uma nova task no banco.\n`{\n    \"name\": \"Testname\",\n    \"description\": \"Test Description\",\n    \"realized\": true,\n    \"priority\": 1\n}`\n\nGET - `/tasks` - pegar todas as tasks do banco.\n\nPUT - `/tasks/{id}` - editar uma task no banco.\n`{\n    \"description\": \"Test Description\",\n    \"realized\": true,\n    \"priority\": 1\n}`\n\nDELETE - `/tasks/{id}` - deletar uma task do banco.\n\nGET - `/tasks/byPriority/{priority}` - pegar todas as tasks do banco pela priority.\n\nGET - `/tasks/byRealized/{realized}` - pegar todas as tasks do banco pela realized.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedrovidaldev%2Fdesafio-backend-simplify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpedrovidaldev%2Fdesafio-backend-simplify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedrovidaldev%2Fdesafio-backend-simplify/lists"}