{"id":15572655,"url":"https://github.com/iturres/hello_rails_react","last_synced_at":"2025-06-11T20:09:41.118Z","repository":{"id":217409380,"uuid":"743765225","full_name":"ITurres/hello_rails_react","owner":"ITurres","description":"🛠️ Connection setup for Ruby on Rails back-end and React front-end projects with Webpack.","archived":false,"fork":false,"pushed_at":"2024-01-16T20:20:02.000Z","size":219,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-01-23T01:22:02.760Z","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/ITurres.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-01-16T00:00:17.000Z","updated_at":"2024-01-17T00:33:51.000Z","dependencies_parsed_at":"2024-01-16T07:30:28.540Z","dependency_job_id":"77922965-0ae0-436f-81de-0271c324cd39","html_url":"https://github.com/ITurres/hello_rails_react","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"8f03a1d0860bbd947c09018d1bb2d316cd890dbd"},"previous_names":["iturres/hello_rails_react"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ITurres%2Fhello_rails_react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ITurres%2Fhello_rails_react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ITurres%2Fhello_rails_react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ITurres%2Fhello_rails_react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ITurres","download_url":"https://codeload.github.com/ITurres/hello_rails_react/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240072132,"owners_count":19743526,"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-02T18:04:21.018Z","updated_at":"2025-02-21T19:14:04.380Z","avatar_url":"https://github.com/ITurres.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003ch1\u003e\u003cb\u003eHello Rails + React\u003c/b\u003e\u003c/h1\u003e\n\u003c/div\u003e\n\n---\n\n\u003c!-- ! TABLE OF CONTENTS --\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- [💻 Getting Started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Setup](#setup)\n  - [Install](#install)\n  - [Usage](#usage)\n  - [Run tests](#run-tests)\n- [👥 Authors](#authors)\n- [🔭 Future Features](#future-features)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n- [📝 License](#license)\n\n---\n\n\u003c!-- ! PROJECT DESCRIPTION --\u003e\n\n# 📖 Hello Rails + React \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n\u003e Hello Rails + React is a project that aims to connect a Ruby on Rails back-end with a React front-end.\n\n#### Learning objectives\n\n- Implement a connection between a Ruby on Rails back-end and React front-end.\n- Understand the pros and cons of different approaches of connecting Ruby on Rails back-end with React front-end.\n\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003ca href=\"https://www.ruby-lang.org/en/\"\u003e\n        \u003cimg src=\"https://skillicons.dev/icons?i=ruby\"/\u003e Ruby\n      \u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n      \u003ca href=\"https://rubyonrails.org/\"\u003e\n        \u003cimg src=\"https://skillicons.dev/icons?i=rails\"/\u003e Rails\n      \u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n      \u003ca href=\"https://reactjs.org/\"\u003e\n        \u003cimg src=\"https://skillicons.dev/icons?i=react\"/\u003e React\n      \u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n      \u003ca href=\"https://redux.js.org/\"\u003e\n        \u003cimg src=\"https://skillicons.dev/icons?i=redux\"/\u003e Redux\n      \u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n      \u003ca href=\"https://www.javascript.com/\"\u003e\n        \u003cimg src=\"https://skillicons.dev/icons?i=javascript\"/\u003e JavaScript\n      \u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n      \u003ca href=\"https://www.postgresql.org/\"\u003e\n        \u003cimg src=\"https://skillicons.dev/icons?i=postgresql\"/\u003e PostgreSQL\n      \u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n      \u003ca href=\"https://developer.mozilla.org/en-US/docs/Web/CSS\"\u003e\n        \u003cimg src=\"https://skillicons.dev/icons?i=css\"/\u003e CSS\n      \u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n      \u003ca href=\"https://www.w3schools.com/html/\"\u003e\n        \u003cimg src=\"https://skillicons.dev/icons?i=html\"/\u003e HTML5\n      \u003c/a\u003e\n    \u003c/li\u003e\n  \u003c/ul\u003e\n\n---\n\n### :key: Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- Rails back-end with React front-end.\n\n---\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n---\n\n\u003c!-- ! GETTING STARTED --\u003e\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\nTo get a local copy up and running, follow these steps.\n\n### Prerequisites\n\nTo run this project you need:\n\n- Have Ruby installed. If you need to install Ruby, follow the instructions on the [official page](https://www.ruby-lang.org/en/documentation/installation/).\n\n### Setup\n\nClone this repository to your desired folder:\n\nExample commands:\n\n- With SSH:\n\n```bash\n  cd my-folder\n  git clone git@github.com:ITurres/hello_rails_react.git\n```\n\n- With HTTPS:\n\n```bash\n  cd my-folder\n  git clone https://github.com/ITurres/hello_rails_react.git\n```\n\n- With GitHub CLI:\n\n```bash\n  cd my-folder\n  gh repo clone ITurres/hello_rails_react\n```\n\n### Install \u003ca name=\"install\"\u003e\u003c/a\u003e\n\nGo to the project directory:\n\n```bash\n cd hello_rails_react\n```\n\nBefore running the program, verify that you have Ruby on Rails installed on your OS by running the following command:\n\n```bash\n rails --version\n```\n\nIt should show you the version of Ruby On Rails ​​installed. If this does not happen and only an error message is displayed, you should verify your installation or install Ruby on Rails from scratch.\n\n[Download and Install Ruby on Rails](https://guides.rubyonrails.org/getting_started.html)\n\nOnce you have verified that you have Ruby on Rails installed, run the following command to install the necessary gems:\n\n```bash\n bundle install\n```\n\nAfter installing the gems, run the following command to create the database:\n\n```bash\n rails db:create\n```\n\nThen run the following command to migrate the database and seed it with the necessary data:\n\n```bash\n rails db:migrate\n rails db:seed\n```\n\n### Usage \u003ca name=\"usage\"\u003e\u003c/a\u003e\n\nRun the following command inside the project folder to start the application:\n\n```bash\n ./bin/dev\n```\n\nThis will start the application on your local server. You can now open your browser and go to [http://localhost:3000/](http://localhost:3000/) to see the application running.\n\n### Run tests \u003ca name=\"run-tests\"\u003e\u003c/a\u003e\n\nTo execute the tests, run the following command inside the project folder (root):\n\n```bash\n bundle exec rspec\n```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n---\n\n\u003c!-- ! AUTHORS --\u003e\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Arthur Iturres**\n\n- GitHub: [@ITurres](https://github.com/ITurres)\n- LinkedIn: [Arthur Emanuel G. Iturres](https://www.linkedin.com/in/arturoemanuelguerraiturres/)\n- Angellist / Wellfound: [Arturo (Arthur) Emanuel Guerra Iturres](https://wellfound.com/u/arturo-arthur-emanuel-guerra-iturres)\n- Youtube: [Arturo Emanuel Guerra Iturres - Youtube Channel](https://www.youtube.com/channel/UC6GFUFHOtBS9mOuI8EJ6q4g)\n- Portfolio: [Arthur Iturres - Portfolio](https://iturres.github.io/iturres-reactive-portfolio/)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n---\n\n\u003c!-- ! FUTURE FEATURES --\u003e\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n- [ ] Style the application.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n---\n\n\u003c!-- ! CONTRIBUTING --\u003e\n\n## 🤝 Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nContributions, issues, and feature requests are welcome!\n\nKindly open any new issues or feature requests on the [repo's issues page](https://github.com/ITurres/hello_rails_react/issues).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n---\n\n\u003c!-- ! SUPPORT --\u003e\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nGive a ⭐ if you liked this project!\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n---\n\n\u003c!-- ! ACKNOWLEDGEMENTS --\u003e\n\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\nI thank the **Code Reviewers** for their advice and time 🏆\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n---\n\n\u003c!-- ! LICENSE --\u003e\n\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](./LICENSE) licensed.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiturres%2Fhello_rails_react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiturres%2Fhello_rails_react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiturres%2Fhello_rails_react/lists"}