{"id":15152556,"url":"https://github.com/clouby/garu","last_synced_at":"2026-02-25T06:46:09.965Z","repository":{"id":305435171,"uuid":"1020525292","full_name":"clouby/garu","owner":"clouby","description":"a TODO games experiences searching by RAWG resource","archived":false,"fork":false,"pushed_at":"2025-11-11T00:06:52.000Z","size":202,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-11T01:18:04.908Z","etag":null,"topics":["ruby","ruby-on-rails","task-manager","video-game"],"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/clouby.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-16T02:34:41.000Z","updated_at":"2025-11-10T23:59:30.000Z","dependencies_parsed_at":"2025-08-18T04:14:24.067Z","dependency_job_id":"756fec96-1d0f-443e-a997-9ae386497378","html_url":"https://github.com/clouby/garu","commit_stats":null,"previous_names":["clouby/garu"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/clouby/garu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clouby%2Fgaru","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clouby%2Fgaru/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clouby%2Fgaru/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clouby%2Fgaru/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clouby","download_url":"https://codeload.github.com/clouby/garu/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clouby%2Fgaru/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29812622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T05:36:42.804Z","status":"ssl_error","status_checked_at":"2026-02-25T05:36:31.934Z","response_time":61,"last_error":"SSL_read: 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":["ruby","ruby-on-rails","task-manager","video-game"],"created_at":"2024-09-26T16:03:41.648Z","updated_at":"2026-02-25T06:46:09.949Z","avatar_url":"https://github.com/clouby.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Garu 👻\n\nWelcome to Garu! A web application to help you manage your video game backlog. Never lose track of your gaming list again. This application is built with Ruby on Rails and uses the [RAWG Video Games Database API](https://rawg.io/apidocs) to provide game information.\n\n\u003cimg width=\"1788\" height=\"1030\" alt=\"Screenshot 2025-09-20 at 10 51 00 PM\" src=\"https://github.com/user-attachments/assets/c487f69e-a550-4738-a855-340dc0be544c\" /\u003e\n\n## ✨ Features\n\n- **User Accounts:** Sign up and manage your own personal game list.\n- **Game Backlog:** Add games to your list and track their status.\n- **Status Tracking:** Mark games as \"To Do\", \"In Progress\", or \"Completed\".\n- **Discover Games:** Browse a list of recently released games to find new titles to play.\n- **Game Details:** View detailed information about each game, including descriptions, ratings, and platforms.\n- **Modern UI:** A clean and friendly interface built with Tailwind CSS and DaisyUI.\n\n## 🛠️ Tech Stack\n\n- **Backend:** Ruby on Rails 7\n- **Frontend:** Hotwire (Turbo, Stimulus), Tailwind CSS, DaisyUI\n- **Database:** PostgreSQL\n- **Authentication:** Devise\n- **API:** [RAWG Video Games Database API](https://rawg.io/apidocs)\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Ruby `3.3.3` (see `.ruby-version` file)\n- Bundler\n- Node.js\n- PostgreSQL\n\n### Installation\n\n1.  **Clone the repository:**\n    ```sh\n    git clone https://github.com/your-username/garu.git\n    cd garu\n    ```\n\n2.  **Install dependencies:**\n    ```sh\n    bundle install\n    ```\n\n3.  **Set up your database:**\n    ```sh\n    bin/rails db:setup\n    ```\n    This will create the database, load the schema, and seed it with any initial data.\n\n4.  **Configure API Keys:**\n    This project requires an API key from RAWG.\n    \n    Edit the encrypted credentials file:\n    ```sh\n    bin/rails credentials:edit\n    ```\n    \n    And add your API key like this:\n    ```yml\n    rawg:\n      base_api_url: https://api.rawg.io/api/\n      api_key: YOUR_RAWG_API_KEY\n    ```\n\n### Running the app\n\nStart the local development server:\n```sh\nbin/dev\n```\n\nThen open your browser to [http://localhost:3000](http://localhost:3000).\n\n### Running Tests\n\nTo run the automated test suite:\n```sh\nbin/rails test\n```\n\n## 🤝 Contributing\n\nContributions are welcome! If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclouby%2Fgaru","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclouby%2Fgaru","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclouby%2Fgaru/lists"}