{"id":22567783,"url":"https://github.com/greglixandrao/desafio-api-spring-railway","last_synced_at":"2026-05-06T17:32:53.156Z","repository":{"id":263214650,"uuid":"884013475","full_name":"greglixandrao/desafio-api-spring-railway","owner":"greglixandrao","description":"Desafio de projeto realizado no Bootcamp da DIO junto com a Claro. Desenvolvi uma API de cadastro de produtos com categorias ","archived":false,"fork":false,"pushed_at":"2024-11-17T01:57:01.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-10T18:52:21.027Z","etag":null,"topics":["digitalinnovationone","dio","dio-bootcamp","java","jpa","railway","spring","spring-boot"],"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/greglixandrao.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}},"created_at":"2024-11-06T01:22:53.000Z","updated_at":"2024-11-17T01:57:04.000Z","dependencies_parsed_at":"2024-11-17T07:09:57.047Z","dependency_job_id":null,"html_url":"https://github.com/greglixandrao/desafio-api-spring-railway","commit_stats":null,"previous_names":["greglixandrao/desafio-api-spring-railway"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/greglixandrao/desafio-api-spring-railway","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greglixandrao%2Fdesafio-api-spring-railway","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greglixandrao%2Fdesafio-api-spring-railway/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greglixandrao%2Fdesafio-api-spring-railway/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greglixandrao%2Fdesafio-api-spring-railway/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/greglixandrao","download_url":"https://codeload.github.com/greglixandrao/desafio-api-spring-railway/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greglixandrao%2Fdesafio-api-spring-railway/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32704354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["digitalinnovationone","dio","dio-bootcamp","java","jpa","railway","spring","spring-boot"],"created_at":"2024-12-08T00:09:10.042Z","updated_at":"2026-05-06T17:32:53.141Z","avatar_url":"https://github.com/greglixandrao.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Desafio para o bootcamp da DIO com a Claro.\n## Laboratório para o desenvolvimento de um sistema de cadastro de produtos\n\n## Principais Tecnologias\n- **Java 17**: Utilizei uma versão LTS do Java;\n- **Spring Boot 3**: Utilizei a versão 3 do Spring Boot;\n- **Spring Data JPA**: Ferramenta para simplificar a camada de acesso aos dados, facilitando a integração com bancos de dados SQL;\n- **OpenAPI (Swagger)**: Criei a documentação da APIde modo eficaz e fácil de entender usando a OpenAPI (Swagger);\n\n### Diagrama de classes:\n```mermaid\nclassDiagram\n    class Product {\n        -id: long\n        -productName: string\n        -price: float\n        -stoke: int\n        -description: string\n    }\n\n    class Category {\n        -id: long\n        -name: string\n        -description: string\n    }\n\n    Product \"1\" -- \"N\" Category\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreglixandrao%2Fdesafio-api-spring-railway","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgreglixandrao%2Fdesafio-api-spring-railway","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreglixandrao%2Fdesafio-api-spring-railway/lists"}