{"id":17568912,"url":"https://github.com/andres-condezo/hello-rails-react","last_synced_at":"2026-05-05T21:37:25.732Z","repository":{"id":55552377,"uuid":"522661590","full_name":"andres-condezo/hello-rails-react","owner":"andres-condezo","description":"Hello Rails React app is a web application to display a random greeting, this app implements a connection between a Ruby on Rails back-end and React front-end using the react-rails gem.","archived":false,"fork":false,"pushed_at":"2022-08-11T08:05:57.000Z","size":579,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-02-04T15:18:42.601Z","etag":null,"topics":["rails","react"],"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/andres-condezo.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}},"created_at":"2022-08-08T18:22:26.000Z","updated_at":"2023-03-10T12:44:16.000Z","dependencies_parsed_at":"2022-08-15T03:01:11.274Z","dependency_job_id":null,"html_url":"https://github.com/andres-condezo/hello-rails-react","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andres-condezo%2Fhello-rails-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andres-condezo%2Fhello-rails-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andres-condezo%2Fhello-rails-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andres-condezo%2Fhello-rails-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andres-condezo","download_url":"https://codeload.github.com/andres-condezo/hello-rails-react/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246193500,"owners_count":20738502,"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":["rails","react"],"created_at":"2024-10-21T17:07:11.981Z","updated_at":"2026-05-05T21:37:20.679Z","avatar_url":"https://github.com/andres-condezo.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- tags Variables --\u003e\n[Microverse]:https://img.shields.io/badge/Microverse-blueviolet \n[Ruby]:https://img.shields.io/badge/ruby-%23CC342D.svg?style=for-the-badge\u0026logo=ruby\u0026logoColor=white\n[Rails]:https://img.shields.io/badge/rails-%23CC0000.svg?style=for-the-badge\u0026logo=ruby-on-rails\u0026logoColor=white\n[Postgres]:https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge\u0026logo=postgresql\u0026logoColor=white\n[HTML5]:https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge\u0026logo=html5\u0026logoColor=white\n[CSS3]:https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge\u0026logo=css3\u0026logoColor=white\n[React]:https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge\u0026logo=react\u0026logoColor=%2361DAFB\n[Redux]:https://img.shields.io/badge/redux-%23593d88.svg?style=for-the-badge\u0026logo=redux\u0026logoColor=white\n\u003c!-- tags Variables --\u003e\n\n\u003cdiv align=\"right\"\u003e\n\n![Microverse]\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n# Hello Rails React \n\n![Ruby] ![Rails] ![Postgres] \n\n![HTML5] ![CSS3] ![React] ![Redux]\n\n![screenshot-2](./splash_screen.png)\n![screenshot](./categories_screen.png)\n\n\u003c/div\u003e\n\n\u003e Hello Rails React app is a web application to display a random greeting, this app implements a connection between a Ruby on Rails back-end and React front-end using the react-rails gem.\n\n\u003cdetails open\u003e\n\u003csummary\u003e\nTable of Contents\n\u003c/summary\u003e\n\n* [Built With](#built-with)\n  * [Major languages:](#major-languages)\n  * [Framework:](#framework)\n* [Getting Started](#getting-started)\n  * [Prerequisites](#prerequisites)\n  * [Setup](#setup)\n  * [Install](#install)\n  * [Usage](#usage)\n* [Authors](#authors)\n* [Contributing](#contributing)\n* [Show your support](#show-your-support)\n* [Acknowledgments](#acknowledgments)\n* [License](#license)\n\n\u003c/details\u003e\n\n## Built With\n\n### Major languages\n\n- Ruby\n- JavaScript\n\n### Frameworks\n\n - Ruby on Rails\n - React\n\n## Getting Started\n\nTo get a local copy up and running follow these simple example steps:\n\n### Prerequisites\n\n- Ruby 3\n- Ruby on rails 6\n- React 18\n- PostgreSQL\n- Node\n- Yarn\n\n\n### Setup\n\n- Clone the repository:\n\n```bash\ngit clone https://github.com/andres-condezo/hello-rails-react.git\ncd hello-rails-react \n```\n\n### Install\n\n- Install dependencies:\n\n```bash\nbundle install\n```\n- Create database:\n\n```bash\nrails db:create\nrails db:migrate\nrails db:seed\n```\n\n### Usage\n\n- In the project directory, you can run:\n\n```bash\nrails server\n```\n\n- Open [http://localhost:3000](http://localhost:3000) to view it in your browser.\n\n\n## Author\n\n\u003c!-- table Variables --\u003e\n[@andres-condezo]:https://github.com/andres-condezo\n[@andres_condezo]:https://twitter.com/andres_condezo\n[andres-condezo]:https://www.linkedin.com/in/andres-condezo/\n\u003c!-- table Variables --\u003e\n\n| 👤           | **Andres Condezo** |\n|--------------|--------------------|\n| **GitHub**   | [@andres-condezo]  |\n| **Twitter**  | [@andres_condezo]  |\n| **LinkedIn** | [andres-condezo]   |\n\n## Contributing\n\nContributions, issues, and feature requests are welcome! 🤝\n\nFeel free to check the [issues page](../../issues/).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## Acknowledgments\n\n\u003c!-- Acknowledgments Variables --\u003e\n[react-rails]:https://github.com/reactjs/react-rails\n\u003c!-- Acknowledgments Variables --\u003e\n\n- [react-rails] documentation.\n\n## License\n\nThis project is [MIT](./MIT.md) licensed. 📝\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandres-condezo%2Fhello-rails-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandres-condezo%2Fhello-rails-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandres-condezo%2Fhello-rails-react/lists"}