{"id":24462253,"url":"https://github.com/tanveerisonline/rails-react-hello-world-app","last_synced_at":"2026-04-06T09:32:18.536Z","repository":{"id":172001443,"uuid":"648622760","full_name":"tanveerisonline/rails-react-hello-world-app","owner":"tanveerisonline","description":"The Greeting App is a simple web application built to demonstrate the implementation of a connection between a Ruby on Rails back-end and a React front-end. It generates random greetings and serves as a learning tool for understanding the integration between these two technologies.","archived":false,"fork":false,"pushed_at":"2023-06-02T17:22:56.000Z","size":96,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2026-01-03T14:37:07.425Z","etag":null,"topics":["eslint","jest","postgres","react","reduxtoolkit","rspec","rubocop","ruby-on-rails","stylelint"],"latest_commit_sha":null,"homepage":"","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/tanveerisonline.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":"2023-06-02T12:03:34.000Z","updated_at":"2023-07-07T14:07:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"26fad0fc-6dcb-4c8a-98d0-42854be7faf1","html_url":"https://github.com/tanveerisonline/rails-react-hello-world-app","commit_stats":null,"previous_names":["tanveerisonline/rails-react-hello-world-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tanveerisonline/rails-react-hello-world-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanveerisonline%2Frails-react-hello-world-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanveerisonline%2Frails-react-hello-world-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanveerisonline%2Frails-react-hello-world-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanveerisonline%2Frails-react-hello-world-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tanveerisonline","download_url":"https://codeload.github.com/tanveerisonline/rails-react-hello-world-app/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanveerisonline%2Frails-react-hello-world-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31466612,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T08:36:52.050Z","status":"ssl_error","status_checked_at":"2026-04-06T08:36:51.267Z","response_time":112,"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":["eslint","jest","postgres","react","reduxtoolkit","rspec","rubocop","ruby-on-rails","stylelint"],"created_at":"2025-01-21T04:31:30.714Z","updated_at":"2026-04-06T09:32:18.520Z","avatar_url":"https://github.com/tanveerisonline.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\u003cdetails\u003e\n\u003csummary\u003eTable of Contents\u003c/summary\u003e\n\n- [👋 Greeting App](#-greeting-app)\n  - [🧰 Tech Stack  ](#-tech-stack--)\n  - [✨ Key Features  ](#-key-features--)\n  - [📘 Getting Started  ](#-getting-started--)\n    - [📋 Prerequisites](#-prerequisites)\n    - [📂 Setup](#-setup)\n    - [📥 Installation](#-installation)\n    - [💾 Database](#-database)\n    - [💻 Usage](#-usage)\n  - [👨‍🚀 Author  ](#-author--)\n  - [🎯 Future Features  ](#-future-features--)\n  - [🤝 Contribution  ](#-contribution--)\n  - [💖 Show Your Support  ](#-show-your-support--)\n  - [🙏 Acknowledgements](#-acknowledgements)\n  - [📜 License ](#-license-)\n\u003c/details\u003e\n\n# 👋 Greeting App\n\nThe Greeting App is a simple web application built to demonstrate the implementation of a connection between a Ruby on Rails back-end and a React front-end. It generates random greetings and serves as a learning tool for understanding the integration between these two technologies.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🧰 Tech Stack  \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\n- Front end: React\n- State management: Redux Toolkit\n- Back end: Ruby on Rails\n- Database: PostgreSQL\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## ✨ Key Features  \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- Random Greetings: The app generates a random greeting each time it is loaded\n- React and Redux: The front end is built using React, and API calls are made using Redux\n- API: The back end is built using Rails, creating an API endpoint to generate a random greeting message\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## 📘 Getting Started  \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\nTo run this project locally, you'll need to follow these steps.\n\n### 📋 Prerequisites\n\nMake sure you have the following installed on your machine:\n- [Ruby 3.1.3 or higher](https://www.ruby-lang.org/en/)\n- [Rails 7.0.4 or higher](https://rubyonrails.org/)\n- [PostgreSQL 15.2 or higher](https://www.postgresql.org/)\n\n### 📂 Setup\n\nClone this repository to your desired foler.\n\n```sh\ncd my-project\ngit clone https://github.com/tanveerisonline/rails-react-hello-world-app.\n```\n\n### 📥 Installation\n\nInstall the required gems with:\n\n```sh\nbundle install\n```\n\nInstall node dependencies with:\n\n```sh\nnpm install\n```\n\n### 💾 Database\n\nCreate the databases and run migrations with:\n\n```sh\nrails db:create\nrails db:migrate\n```\n\nTo load the sample data, run:\n\n```sh\nrails db:seed\n```\n\n### 💻 Usage\n\nTo run the development server, execute the following command:\n\n```sh\nrails server\n```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 👨‍🚀 Author  \u003ca name=\"author\"\u003e\u003c/a\u003e\n\nI am always looking for ways to improve my project. If you have any suggestions or ideas, I would love to hear from you.\n\n**Tanveer Ahmad**\n\n[![Github](https://img.shields.io/badge/GitHub-673AB7?style=for-the-badge\u0026logo=github\u0026logoColor=white)](https://github.com/tanveerisonline)\n[![Linkedin](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](https://www.linkedin.com/in/tanveerisonline/)\n[![Gmail](https://img.shields.io/badge/Gmail-D14836?style=for-the-badge\u0026logo=gmail\u0026logoColor=white)](mailto:tanveerisonline@gmail.com)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🎯 Future Features  \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n- [ ] Add more endpoints\n \n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🤝 Contribution  \u003ca name=\"contribution\"\u003e\u003c/a\u003e\n\nContributions, issues, and feature requests are welcome! \n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 💖 Show Your Support  \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nIf you like this project, please consider giving it a ⭐.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🙏 Acknowledgements\n\nI would like to thank all code reviewers for making this project better.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanveerisonline%2Frails-react-hello-world-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftanveerisonline%2Frails-react-hello-world-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanveerisonline%2Frails-react-hello-world-app/lists"}