{"id":23453696,"url":"https://github.com/ewertoncodes/movies","last_synced_at":"2026-05-08T09:35:07.889Z","repository":{"id":277754458,"uuid":"905066046","full_name":"ewertoncodes/movies","owner":"ewertoncodes","description":"Um aplicativo para gerenciar filmes e adicionar comentários. Feito com Rails e Mongodb","archived":false,"fork":false,"pushed_at":"2025-03-13T01:00:57.000Z","size":102,"stargazers_count":1,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T00:30:10.415Z","etag":null,"topics":["mongodb","ruby-on-rails"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/ewertoncodes.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":"2024-12-18T05:06:27.000Z","updated_at":"2024-12-25T10:08:50.000Z","dependencies_parsed_at":"2025-04-10T22:47:01.656Z","dependency_job_id":"24b079cb-bd41-4686-81d2-2c05be5d65eb","html_url":"https://github.com/ewertoncodes/movies","commit_stats":null,"previous_names":["ewertoncodes/movies"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ewertoncodes/movies","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewertoncodes%2Fmovies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewertoncodes%2Fmovies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewertoncodes%2Fmovies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewertoncodes%2Fmovies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ewertoncodes","download_url":"https://codeload.github.com/ewertoncodes/movies/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewertoncodes%2Fmovies/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32775112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"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":["mongodb","ruby-on-rails"],"created_at":"2024-12-24T02:19:43.194Z","updated_at":"2026-05-08T09:35:07.871Z","avatar_url":"https://github.com/ewertoncodes.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Projeto Movies App 🎥\n\n\n\nUm aplicativo Rails para gerenciar filmes e adicionar comentários.\n\n\n\n\nhttps://github.com/user-attachments/assets/df2ec31f-a425-4b4d-9724-1b76a287a09d\n\n\n## 🚀 Como executar o projeto com Docker Compose\n\n### 1. **Pré-requisitos**\n- **Docker** e **Docker Compose** instalados.\n\n### 2. **Configuração inicial**\nClone o repositório:\n\n```bash\ngit clone https://github.com/ewertoncodes/movies.git\n```\n\nAdicione sua chave da api [omdb](https://www.omdbapi.com/apikey.aspx?__EVENTTARGET=freeAcct\u0026__EVENTARGUMENT=\u0026__LASTFOCUS=\u0026__VIEWSTATE=%2FwEPDwUKLTIwNDY4MTIzNQ9kFgYCAQ9kFgICBw8WAh4HVmlzaWJsZWhkAgIPFgIfAGhkAgMPFgIfAGhkGAEFHl9fQ29udHJvbHNSZXF1aXJlUG9zdEJhY2tLZXlfXxYDBQtwYXRyZW9uQWNjdAUIZnJlZUFjY3QFCGZyZWVBY2N0oCxKYG7xaZwy2ktIrVmWGdWzxj%2FDhHQaAqqFYTiRTDE%3D\u0026__VIEWSTATEGENERATOR=5E550F58\u0026__EVENTVALIDATION=%2FwEdAAU%2BO86JjTqdg0yhuGR2tBukmSzhXfnlWWVdWIamVouVTzfZJuQDpLVS6HZFWq5fYpioiDjxFjSdCQfbG0SWduXFd8BcWGH1ot0k0SO7CfuulHLL4j%2B3qCcW3ReXhfb4KKsSs3zlQ%2B48KY6Qzm7wzZbR\u0026at=freeAcct\u0026Email=) no seu\n\n.env:\n\n```bash\ncd movies\n\ntouch .env\n```\n\n```bash\nOMDB_API_KEY=valor\n```\n\n### 3. **Rodar o projeto**\n\nExecute o projeto com Docker Compose:\n\n```bash\ndocker-compose up --build\n```\n\nAcesse o projeto em:\n\nhttp://localhost:3000\n\n### 4. Executar os testes\n\nPara rodar os testes:\n\n```bash\ndocker-compose run --rm app bundle exec rspec\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fewertoncodes%2Fmovies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fewertoncodes%2Fmovies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fewertoncodes%2Fmovies/lists"}