{"id":17565578,"url":"https://github.com/alierpm/hello-rails-react","last_synced_at":"2026-07-20T00:34:44.603Z","repository":{"id":224802835,"uuid":"764222741","full_name":"AlierPM/hello-rails-react","owner":"AlierPM","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-28T15:30:27.000Z","size":244,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-02-04T13:44:14.492Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlierPM.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License","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-02-27T17:40:47.000Z","updated_at":"2024-02-27T17:42:02.000Z","dependencies_parsed_at":"2024-12-09T18:12:37.179Z","dependency_job_id":"24cb66e2-da4c-4940-8229-bb67a99177d2","html_url":"https://github.com/AlierPM/hello-rails-react","commit_stats":null,"previous_names":["alierpm/hello-rails-react"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlierPM%2Fhello-rails-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlierPM%2Fhello-rails-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlierPM%2Fhello-rails-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlierPM%2Fhello-rails-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlierPM","download_url":"https://codeload.github.com/AlierPM/hello-rails-react/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246187220,"owners_count":20737460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-21T14:26:35.081Z","updated_at":"2025-10-17T18:48:21.357Z","avatar_url":"https://github.com/AlierPM.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n# 📗 Table of Contents\n\n- [📖 About the Project](#about-project)\n  - [🛠 Built With](#built-with)\n    - [Tech Stack](#tech-stack)\n    - [Key Features](#key-features)\n  - [🚀 Live Demo](#live-demo)\n- [💻 Getting Started](#getting-started)\n  - [Setup](#setup)\n  - [Prerequisites](#prerequisites)\n  - [Install](#install)\n  - [Usage](#usage)\n  - [Run tests](#run-tests)\n  - [Deployment](#triangular_flag_on_post-deployment)\n- [👥 Authors](#authors)\n- [🔭 Future Features](#future-features)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show Your Support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n- [❓ FAQ](#faq)\n- [📝 License](#license)\n\n# 📖 hello-rails-react\n\n\u003e A project connecting Ruby on Rails back-end with React front-end using Webpack and jsbundling-rails gem.\n\n## 🛠 Built With\n\n### Tech Stack\n\n\u003cdetails\u003e\n  \u003csummary\u003eClient\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://www.ruby-lang.org/en/\"\u003eRuby\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"https://rubyonrails.org/\"\u003eRuby on Rails\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"https://reactjs.org/\"\u003eReact\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"https://webpack.js.org/\"\u003eWebpack\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eUnit Testing\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://rspec.info/\"\u003eRspec\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\n## 🚀 Live Demo\n\n\u003e Live Demo coming SOON!\n\n- [Coming soon....](https://yourdeployedapplicationlink.com)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 💻 Getting Started\n\n\u003e The following steps were used in creating this project:\n\n1. Set up the project by creating a new directory from the generated repository.\n\n2. Set up the repository on GitHub and use Gitflow.\n\n3. Initialize the project with Rubocop linters.\n\n### Prerequisites\n\nIn order to run this project, you need:\n\n1. Ruby installed:\n   - On macOS using Homebrew:\n\n     ```sh\n     brew install ruby\n     ```\n\n   - On Windows or Linux, follow the installation instructions from [Ruby's official website](https://www.ruby-lang.org/en/documentation/installation/).\n\n2. Rails Installed:\n\n   ```sh\n   gem install rails \n\n3. Usage:\n\n   Open the project in your preferred code editor:\n\n     ```sh\n   cd hello-rails-react\n   code .\n   ```\n4. Run project\n\n\u003e To run from the local server, execute the following command:\n\n```sh\n ./bin/dev\n  ```\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🚀 Meet the Visionary\n\n👤 **Alier Philip Maguet**\n\n- GitHub: [@AlierPM](https://github.com/AlierPM)\n- Twitter: [@AlierPM](https://twitter.com/AlierPM)\n- LinkedIn: [@AlierPM](https://www.linkedin.com/in/alierphilipmaguet/)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🔭 Future Features\n\n- [ ] Add more features to the project\n\n\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n### 🌟 Join the Adventure\nReady to contribute, share ideas, or spot an issue? We're all ears!\n\nCheck out the issues page to dive into the action.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n### 🌈 Be the Wind Beneath Our Wings\nYour positive vibes and constructive feedback fuel our journey towards continuous improvement.\n\nIf you resonate with this project...\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 💡 Curious Minds Ask \u003ca name=\"faq\"\u003e\u003c/a\u003e\n\n\u003e Burning questions? Let's put out the fire.\n\n- **How swiftly did the magic happen?**\n\n  - [x] Conjured up in just 6 hours\n\n- **Count of git conflicts vanquished?**\n\n  - [x] Successfully tamed more than five (5) conflicts\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 📜 Certified Authentic \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is licensed under [MIT](./License).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falierpm%2Fhello-rails-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falierpm%2Fhello-rails-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falierpm%2Fhello-rails-react/lists"}