{"id":22342264,"url":"https://github.com/jeff-pedro/imersao-dev-backend-instabytes","last_synced_at":"2026-05-01T10:32:01.124Z","repository":{"id":263850597,"uuid":"891146605","full_name":"jeff-pedro/imersao-dev-backend-instabytes","owner":"jeff-pedro","description":"API RESTful em Node.js para a plataforma Instabytes, utilizando a IA Google Gemini para sugestões inteligentes de conteúdo.","archived":false,"fork":false,"pushed_at":"2024-12-04T15:57:48.000Z","size":3229,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T09:44:54.583Z","etag":null,"topics":["alura","api","backend","googlegemini","ia","instabyte","nodejs","restapi"],"latest_commit_sha":null,"homepage":"https://imersao-dev-backend-instabytes-396738216589.southamerica-east1.run.app/posts/","language":"JavaScript","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/jeff-pedro.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-19T20:09:27.000Z","updated_at":"2024-12-04T15:58:00.000Z","dependencies_parsed_at":"2025-03-26T09:41:14.236Z","dependency_job_id":"32b7f7aa-e523-4c8e-81e0-ac4de84efc80","html_url":"https://github.com/jeff-pedro/imersao-dev-backend-instabytes","commit_stats":null,"previous_names":["jeff-pedro/imersao-dev-backend-instalike","jeff-pedro/imersao-dev-backend-instabytes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jeff-pedro/imersao-dev-backend-instabytes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeff-pedro%2Fimersao-dev-backend-instabytes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeff-pedro%2Fimersao-dev-backend-instabytes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeff-pedro%2Fimersao-dev-backend-instabytes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeff-pedro%2Fimersao-dev-backend-instabytes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeff-pedro","download_url":"https://codeload.github.com/jeff-pedro/imersao-dev-backend-instabytes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeff-pedro%2Fimersao-dev-backend-instabytes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32494270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["alura","api","backend","googlegemini","ia","instabyte","nodejs","restapi"],"created_at":"2024-12-04T08:11:21.982Z","updated_at":"2026-05-01T10:32:01.103Z","avatar_url":"https://github.com/jeff-pedro.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Instabytes - Imersão Dev Back-End (Alura)\n\n## Sobre\nAPI RESTful desenvolvida em Node.js para a plataforma de rede social fictícia **Instabytes**. O projeto utiliza a IA Google Gemini para oferecer funcionalidades avançadas, como geração de legendas personalizadas. A imersão tem como objetivo trazer um aprendizado imersivo em desenvolvimento de software do lado servidor, utilzando como linguagem e plataforma JavaScrip/Node.js, como outros objetivos explorar as possibilidades da IA no desenvolvimento de backends modernos e escaláveis.\n\n## Links\n- [API](https://imersao-dev-backend-instabytes-396738216589.southamerica-east1.run.app/posts/)\n- [Site: Instabytes](https://instabytes.onrender.com/)\n- [Repositório do Instabytes: front-end](https://github.com/jeff-pedro/instabytes)\n\n## Rotas\n### `GET /posts`\n**Formato de saída:**\n```\n[\n    {\n        _id: string,\n        descricao: string,\n        imgUrl: string,\n        alt: string,\n    }\n]\n```\n---\n\n### `GET /posts/{id}` \n**Formato de saída:**\n```\n{\n    _id: string,\n    descricao: string,\n    imgUrl: string,\n    alt: string,\n}\n```\n---\n\n### `POST /posts/{id}`\n**Formato de saída:**\n```\n{\n    descricao: string,\n    imgUrl: string,\n    alt: string,\n}\n```\n**Exemplo do corpo da requisição:**\n```\n{\n    descricao: \"uma imagem\",\n    imgUrl: \"http://imagem.com/cats/1,\n    alt: \"uma imagem\",\n}\n```\n---\n\n### `PUT /posts/{id}`\n**Formato de saída:**\n```\n{\n    message: \"Post atualizado com sucesso!\"\n}\n```\n**Exemplo do corpo da requisição:**\n```\n{\n    descricao: \"atualizando a descrição da imagem\"\n}\n```\n---\n\n### `DELETE /posts/{id}`\n**Formato de saída:**\n```\n{\n    message: \"Post excluído com sucesso!\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeff-pedro%2Fimersao-dev-backend-instabytes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeff-pedro%2Fimersao-dev-backend-instabytes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeff-pedro%2Fimersao-dev-backend-instabytes/lists"}