{"id":19776763,"url":"https://github.com/fabianofrank/hello-rails-react","last_synced_at":"2025-06-13T03:02:43.467Z","repository":{"id":113945685,"uuid":"539214419","full_name":"fabianofrank/hello-rails-react","owner":"fabianofrank","description":"This Hello World project implements a connection between Ruby on rails back-end with React fron-end and generate random greeting messages.","archived":false,"fork":false,"pushed_at":"2022-09-21T14:48:44.000Z","size":83,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-02-28T12:09:44.951Z","etag":null,"topics":["rails","react","ruby"],"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/fabianofrank.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-20T22:33:26.000Z","updated_at":"2022-11-29T13:13:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"1a2a7da3-ef89-49e3-9a64-2a848d585392","html_url":"https://github.com/fabianofrank/hello-rails-react","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fabianofrank/hello-rails-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianofrank%2Fhello-rails-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianofrank%2Fhello-rails-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianofrank%2Fhello-rails-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianofrank%2Fhello-rails-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabianofrank","download_url":"https://codeload.github.com/fabianofrank/hello-rails-react/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianofrank%2Fhello-rails-react/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259571641,"owners_count":22878182,"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","ruby"],"created_at":"2024-11-12T05:21:42.466Z","updated_at":"2025-06-13T03:02:41.830Z","avatar_url":"https://github.com/fabianofrank.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hello World Rails+React\n\nThis Hello World project implements a connection between Ruby on rails back-end with React fron-end and generate random greeting messages.\n\n### Prerequisites\n - First of all make sure you have `PSQL`, `Ruby` \u0026 `Rails` installed in your machine\n\n\n\n- You should have ruby installed in your machine, you can follow the steps given by the [official documentation](https://www.ruby-lang.org/en/documentation/installation/)\n\n- After you installed Ruby, now you can install `Rails` with this simple command: ```gem install rails```.\n\n- You should have a postgres user with superuser permissions. you can refer to the official [postgres documentation](https://www.postgresql.org/docs/current/role-attributes.html#:~:text=To%20create%20a%20new%20database,that%20is%20already%20a%20superuser.\u0026text=A%20role%20must%20be%20explicitly,use%20CREATE%20ROLE%20name%20CREATEDB%20.) to create or update a role.\n\n### Install\n\n - clone the project with the following command line : \n```\n$ git clone git@github.com:fabianofrank/hello-rails-react.git\n```\n - Then go to the folder\n```\n$ cd hello-rails-react\n```\n\n## Getting Started\n\nThis repository includes files with Ruby that can be used to test the created main classes from the app\n\nClone this link into your local device.\n\nTo run test make sure that rspec-rails and capybara libraries are installed in your project\n\nTo double check please run:\n```\nbundle install\nyarn install\n```\nThis will install both gems if they were missing in your environment.\n\nRun the server:\n```\n./bin/dev\n```\n\nor\n\nBuild manually and run the server with rails:\n\n```\nyarn build\n```\n\n - Finaly run `rails s` and visit http://localhost:3000 in your browser!\n - If you want to checkout the API endpoints go to: http://localhost:3000/api/greetings\n\n\n## Built With\n\n - Ruby on RAils  \u003cimg src=\"https://cdn.emojidex.com/emoji/seal/Ruby.png\" width=15px\u003e\n - PostgreSQL \u003cimg src=\"https://user-images.githubusercontent.com/80895497/142954032-f7072df9-3586-48f9-a9e0-7fdd284eb833.png\" width=15px\u003e\n - React\n - Webpack\n\u003c/br\u003e\n\n## Author\n\n👤 **Fabiano Frank**\n\n- GitHub: [@fabianofrank](https://github.com/fabianofrank)\n- Twitter: [@fabianofrankk](https://twitter.com/fabianofrankk)\n- LinkedIn: [@fabianofrank](https://www.linkedin.com/in/fabianofrank/)\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/fabianofrank/rails-blog-app/issues).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## Acknowledgments\n\n- Inspiration 💘\n- Microverse program ⚡\n- My standup team 😍\n- My family's support 🙌\n- MicroBros 😜\n\n## 📝 License\n\nThis project is [MIT](https://github.com/fabianofrank/rails-blog-app/blob/develop/LICENSE.md) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabianofrank%2Fhello-rails-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabianofrank%2Fhello-rails-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabianofrank%2Fhello-rails-react/lists"}