{"id":15152564,"url":"https://github.com/helciodev/gamerevz","last_synced_at":"2026-01-19T09:01:42.793Z","repository":{"id":252776055,"uuid":"841408946","full_name":"helciodev/gamerevz","owner":"helciodev","description":"This project is a fullstack application developed with Ruby on Rails, in this app the user will be able to add reviews to games, like games ,see other user profiles etc.","archived":false,"fork":false,"pushed_at":"2025-09-23T05:57:15.000Z","size":4803,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-09-23T07:26:34.195Z","etag":null,"topics":["fullstack-development","games","railsapp","reviewapp","ruby","ruby-gem","ruby-on-rails","rubyonrails"],"latest_commit_sha":null,"homepage":"https://gamerevz.onrender.com/","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/helciodev.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-08-12T10:54:25.000Z","updated_at":"2024-09-12T10:52:09.000Z","dependencies_parsed_at":"2025-04-07T10:36:39.945Z","dependency_job_id":"72235064-d89d-401a-b471-9ccd361b0c24","html_url":"https://github.com/helciodev/gamerevz","commit_stats":null,"previous_names":["helciodev/gamerevz"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/helciodev/gamerevz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helciodev%2Fgamerevz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helciodev%2Fgamerevz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helciodev%2Fgamerevz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helciodev%2Fgamerevz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/helciodev","download_url":"https://codeload.github.com/helciodev/gamerevz/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helciodev%2Fgamerevz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28565001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T08:53:44.001Z","status":"ssl_error","status_checked_at":"2026-01-19T08:52:40.245Z","response_time":67,"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":["fullstack-development","games","railsapp","reviewapp","ruby","ruby-gem","ruby-on-rails","rubyonrails"],"created_at":"2024-09-26T16:03:46.715Z","updated_at":"2026-01-19T09:01:42.768Z","avatar_url":"https://github.com/helciodev.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gamerevz\n\n## Table of contents\n\n- [About](#about)\n- [Features](#features)\n- [Live Demo](#live-demo)\n- [Presentation](#presentation)\n- [Built with](#built-with)\n- [Getting started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Installation instructions](#installation-instructions)\n- [Author](#author)\n- [Show your support](#show-your-support)\n- [Acknowledgements](#acknowledgments)\n- [License](#-license)\n\n---\n\n## About\n\nThis project is an app where the user can add reviews for games, add games to his favorites, see other user profiles, the admin users can also create, update and delete games.\n\n### Home page\n\n![Screenshot-main-page](app/assets/images/screenshot-1.jpeg)\n\n### Game show page\n\n![Screenshot-main-page](app/assets/images/screenshot-2.jpeg)\n\n### User show page\n\n![Screenshot-main-page](app/assets/images/screenshot-3.jpeg)\n\n## Features\n\nThe features of this project are, user can:\n\n1. Register and login to the application.\n2. Create, update or delete reviews on games, admins can create, update or delete games.\n3. See other users profiles, their favorites and reviews.\n4. View game show page and respective reviews and how many likes.\n5. Add game to favorites or remove.\n\n## Entity Relational Diagram for this project\n\n![ERD](app/assets/images/erd.jpeg)\n\n## Live Demo\n\nThis project is hosted on render.\n\n[Live demo link](https://gamerevz.onrender.com/)\n\n## Presentation\n\nTo be done\n\n## Built With\n\n- Ruby v 3.2.0\n- Rails v 7.1\n- postgresql v 16.4-1\n\n## Getting Started\n\n### Prerequisites\n\nIf you intend to download the project, you will need to have\n\n1. Ruby \u003e= 3.2.0\n\n   For more information on how to install Ruby, follow [this link](https://www.ruby-lang.org/en/downloads/)\n\n2. Ruby on rails \u003e= 7.1\n\n   After ruby is installed run cmd `gem  rails`\n\n3. postgresql \u003e= 16.4-1\n\n   For installing postgresql [follow this link](http://postgresguide.com/setup/install.html)\n\n### Installation instructions\n\nFollow along the steps below to get a copy at your local machine.\n\n- Navigate to the directory where you want this project to clone and then clone it\n\n  ```\n  git clone git@github.com:helciodev/gamerevz.git\n  ```\n\n- Navigate to the `gamerevez` directory\n\n  ```\n  cd gamerevz\n  ```\n\n- install the gem packages\n\n  ```\n  bundle install\n  ```\n\n- install yarn packages\n\n  ```\n  yarn install\n  ```\n\n- Create your database\n\n  ```\n  rails db:create\n  ```\n\n- Migrate the database\n\n  ```\n  rails db:migrate\n  ```\n\n- Start your server\n\n  ```\n  bin/dev\n  ```\n\n- Open browser at http://localhost:3000/\n\n```\n\n## Author\n\n😎 **Helcio André**\n\n- GitHub: [@helciodev](https://github.com/helciodev)\n- Linkedin: [Helcio Andre](https://www.linkedin.com/in/helcio-andre/)\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## 📝 License\n\nThis project is [MIT](./LICENSE) licensed.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelciodev%2Fgamerevz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhelciodev%2Fgamerevz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelciodev%2Fgamerevz/lists"}