{"id":15151451,"url":"https://github.com/zewdu444/hello_world_rails_react","last_synced_at":"2026-01-20T00:34:00.131Z","repository":{"id":172710195,"uuid":"649650805","full_name":"zewdu444/hello_world_rails_react","owner":"zewdu444","description":"This project demonstrates the process of setting up and utilizing Rails and React together by employing a webpack configuration.","archived":false,"fork":false,"pushed_at":"2023-06-06T10:07:54.000Z","size":122,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-02-13T12:53:41.477Z","etag":null,"topics":["rails7","reactjs","webpack"],"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/zewdu444.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-05T10:42:21.000Z","updated_at":"2023-07-04T12:49:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"44164d1d-504b-4ddd-9a2a-c6c5b07bc973","html_url":"https://github.com/zewdu444/hello_world_rails_react","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"c7228efd22447306019a5064da7b837f705a6f83"},"previous_names":["zewdu444/hello_world_rails_react"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zewdu444%2Fhello_world_rails_react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zewdu444%2Fhello_world_rails_react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zewdu444%2Fhello_world_rails_react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zewdu444%2Fhello_world_rails_react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zewdu444","download_url":"https://codeload.github.com/zewdu444/hello_world_rails_react/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247631257,"owners_count":20970036,"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":["rails7","reactjs","webpack"],"created_at":"2024-09-26T15:02:53.271Z","updated_at":"2026-01-20T00:34:00.092Z","avatar_url":"https://github.com/zewdu444.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  - [📹 video presentation](#video-presentation)\n  - [:camera: screenshots](#screenshots)\n  - [🛠 Built With](#built-with)\n    - [Tech Stack](#tech-stack)\n    - [Key Features](#key-features)\n- [💻 Getting Started](#getting-started)\n  - [Setup](#setup)\n  - [Prerequisites](#prerequisites)\n  - [Usage](#usage)\n- [👥 Authors](#authors)\n- [🔭 Future Features](#future-features)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n\n- [📝 License](#license)\n\n# :abc: Hello world app \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n\u003e This project demonstrates the process of setting up and utilizing Rails and React together by employing a webpack configuration.\n\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- \u003ca href=\"https://www.ruby-lang.org/es/\"\u003eROR\u003c/a\u003e\n- \u003ca href=\"https://www.postgresql.org/\"\u003ePostgresql\u003c/a\u003e\n- \u003ca href=\"https://react.dev/\"\u003eReact\u003c/a\u003e\n\n\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- [x] Random greeting generator API\n- [x] Display random greeting\n- [x] used redux and rails to store and display greetings\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\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\nIn order to run this project you need:\n\n- Command line or terminal\n- IDE such as VsCode.\n- Rails needs to be installed on your system.\n\n### Setup\n\nClone this repository to your desired folder:\nExample command:\n\n```sh\n  git clonehttps://github.com/zewdu444/hello_world_rails_react.git\n  cd hello_world_rails_react\n\n```\n\n### Install\n\nExample command:\n\n```sh\n  cd hello_world_rails_react\n  bundle install (install all dependencies)\n\n```\n\n### Usage\n\nTo run the project redirecting to the root directory of the project and run the following command:\n\n```sh\n  bundle exec rails assets:precompile (to compile assets)\n ./bin/dev (to run web  application)\n\n```\n### API\nto get random greeting from the API use the following link:\n```sh\n http://127.0.0.1:3000/api/v1/greetings\n\n```\n\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Zewdu Erkyhun**\n\n- GitHub: [@zewdu444](https://github.com/zewdu444)\n- Twitter: [@zewdu444](https://twitter.com/zewdu444)\n- LinkedIn: [zewdu-anley](https://www.linkedin.com/in/zewdu-anley/)\n\n\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 styling for displaying greeting\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🤝 Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/zewdu444/hello_world_rails_react/issues).\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\nGive a ⭐️ if you like this project!\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\n- \u003cp\u003e I would like to thank microverse community for the support and guidance\u003c/p\u003e\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\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzewdu444%2Fhello_world_rails_react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzewdu444%2Fhello_world_rails_react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzewdu444%2Fhello_world_rails_react/lists"}