{"id":15476553,"url":"https://github.com/mahammad-mostafa/hello-rails-react","last_synced_at":"2026-04-10T14:38:49.808Z","repository":{"id":217880338,"uuid":"744510122","full_name":"mahammad-mostafa/hello-rails-react","owner":"mahammad-mostafa","description":"This is the first project in the full stack capstone module of the Microverse program. It is an exercise for using Rails with React through jsbundling-rails gem \u0026 WebPack.","archived":false,"fork":false,"pushed_at":"2024-01-19T22:37:18.000Z","size":205,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-02-02T13:51:17.494Z","etag":null,"topics":["api","babel","es6-javascript","eslint","gitflow-workflow","jsbundling-rails","jsx","microverse","microverse-projects","microverse-students","postgresql","rails-api","react-redux","react-router","reactjs","redux-toolkit","rubocop","ruby-on-rails","stylelint","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/mahammad-mostafa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-17T12:57:20.000Z","updated_at":"2024-01-18T18:12:05.000Z","dependencies_parsed_at":"2024-01-18T17:09:02.793Z","dependency_job_id":"ca90edd9-4b94-4805-a2f0-a21e74d5c9fd","html_url":"https://github.com/mahammad-mostafa/hello-rails-react","commit_stats":null,"previous_names":["mahammad-mostafa/hello-rails-react"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahammad-mostafa%2Fhello-rails-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahammad-mostafa%2Fhello-rails-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahammad-mostafa%2Fhello-rails-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahammad-mostafa%2Fhello-rails-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mahammad-mostafa","download_url":"https://codeload.github.com/mahammad-mostafa/hello-rails-react/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246036512,"owners_count":20713251,"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":["api","babel","es6-javascript","eslint","gitflow-workflow","jsbundling-rails","jsx","microverse","microverse-projects","microverse-students","postgresql","rails-api","react-redux","react-router","reactjs","redux-toolkit","rubocop","ruby-on-rails","stylelint","webpack"],"created_at":"2024-10-02T03:40:23.086Z","updated_at":"2025-10-23T17:14:29.439Z","avatar_url":"https://github.com/mahammad-mostafa.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"title\"\u003e\u003c/a\u003e\n\n\u003c!-- TITLE --\u003e\n\n# 🏷️ Hello Rails React\n\nThis is the first project in the full stack capstone module in the **Microverse** program.\n\u003cbr/\u003e\nCheck the below contents for further details about this project.\n\n\u003c!-- CONTENTS --\u003e\n\n# 📗 Contents\n\n- [Description](#description)\n- [Instructions](#instructions)\n- [Authors](#authors)\n- [Future](#future)\n- [Contributions](#contributions)\n- [Support](#support)\n- [Acknowledgements](#acknowledgements)\n- [License](#license)\n\n\u003c!-- DESCRIPTION --\u003e\n\n\u003ca name=\"description\"\u003e\u003c/a\u003e\n\n# 📖 Description\n\nThis repository is about a simple greeting text in a single page.\nThis project configured `Rails` to use `jsbundling` gem which allows using `React`.\nIt also connects with `PostgreSQL` database \u0026 follows the `GitFlow` workflow.\nState management in `React` is implemented using `Redux` \u0026 `Redux Toolkit`.\nRemote data fetching from the backend is done with `Thunk` api.\nNavigation inside the app is implemented using `React Router`.\nLinters are used for (`Ruby` / `JavaScript` / `CSS`).\n\n📌 **Tech Stack:**\n- Backend language is `Ruby`\n- Backend Framework used is `Rails`\n- Frontend language is `JavaScript`\n- Frontend Framework is `React`\n- Database used is `PostgreSQL`\n\n📌 **Key Features:**\n- Single page application\n- Responsive layout with all screen sizes\n- Basic header \u0026 footer structure\n- Button to generate random greeting\n- Not found page for invalid pages\n- Special route for API endpoints\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#title\"\u003eback to top\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- INSTRUCTIONS --\u003e\n\n\u003ca name=\"instructions\"\u003e\u003c/a\u003e\n\n# 🛠️ Instructions\n\nYou can easily download or fork this repository and work on it immadiately!\n\n📌 **Prerequisites:**\n- `Ruby` language\n- `NodeJS` framework\n- `PostgreSQL` database\n\n📌 **Installation:**\n- To get all required gem dependencies run\n```\nbundle install\n```\n- Create all required databases with\n```\nrails db:create\n```\n- Build all table schemas with\n```\nrails db:migrate\n```\n- Populate table data with\n```\nrails db:seed\n```\n\n📌 **Development:**\n- Run backend server using\n```\nrails server\n```\n- Run frontend server using\n```\nnpm run watch\n```\n- Manipulate \u0026 process models data through\n```\nrails console\n```\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#title\"\u003eback to top\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- AUTHORS --\u003e\n\n\u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n# 👥 Authors\n\n📌 **Mahammad:**\n- [GitHub](https://github.com/mahammad-mostafa)\n- [Twitter](https://twitter.com/mahammad_mostfa)\n- [LinkedIn](https://linkedin.com/in/mahammad-mostafa)\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#title\"\u003eback to top\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- FUTURE --\u003e\n\n\u003ca name=\"future\"\u003e\u003c/a\u003e\n\n# 🔭 Future\n\nSome additional features I may implement in the project:\n- [ ] Use some animations or transitions\n- [ ] Implement (dark / light) theme switch\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#title\"\u003eback to top\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- CONTRIBUTIONS --\u003e\n\n\u003ca name=\"contributions\"\u003e\u003c/a\u003e\n\n# 🤝🏻 Contributions\n\nWish to contribute to this project?\n\u003cbr/\u003e\nContributions, issues, and feature requests are more than welcome!\n\u003cbr/\u003e\nFeel free to check the [issues](../../issues) page too.\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#title\"\u003eback to top\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- SUPPORT --\u003e\n\n\u003ca name=\"support\"\u003e\u003c/a\u003e\n\n# ⭐️ Support\n\nLike this project? Show your support by starring!\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#title\"\u003eback to top\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- ACKNOWLEDGEMENTS --\u003e\n\n\u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\n# 🙏🏻 Acknowledgements\n\nI thank everyone at **Microverse** for guiding me through this project.\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#title\"\u003eback to top\u003c/a\u003e\u003c/p\u003e\n\n\u003c!-- LICENSE --\u003e\n\n\u003ca name=\"license\"\u003e\u003c/a\u003e\n\n# 📝 License\n\nThis project is [MIT](LICENSE.md) licensed.\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#title\"\u003eback to top\u003c/a\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahammad-mostafa%2Fhello-rails-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmahammad-mostafa%2Fhello-rails-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahammad-mostafa%2Fhello-rails-react/lists"}