{"id":19776760,"url":"https://github.com/fabianofrank/hello-rails-backend","last_synced_at":"2025-02-28T05:43:53.495Z","repository":{"id":113945653,"uuid":"539559978","full_name":"fabianofrank/hello-rails-backend","owner":"fabianofrank","description":"This Hello World project implements an API endpoint on Ruby on rails that will be connect to the React fron-end through the two repos aprroach for web development.","archived":false,"fork":false,"pushed_at":"2022-09-21T22:46:08.000Z","size":32,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-01-11T01:44:50.955Z","etag":null,"topics":["rails","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-21T15:33:09.000Z","updated_at":"2022-11-29T13:13:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"73147dac-0de1-4627-9d36-972d794eacf5","html_url":"https://github.com/fabianofrank/hello-rails-backend","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/fabianofrank%2Fhello-rails-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianofrank%2Fhello-rails-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianofrank%2Fhello-rails-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianofrank%2Fhello-rails-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabianofrank","download_url":"https://codeload.github.com/fabianofrank/hello-rails-backend/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241107349,"owners_count":19910973,"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","ruby"],"created_at":"2024-11-12T05:21:41.686Z","updated_at":"2025-02-28T05:43:53.449Z","avatar_url":"https://github.com/fabianofrank.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hello World Rails Back-End\n\n\u003e This Hello World project implements an API endpoint on Ruby on Rails that will be connect to the React fron-end through the two repos aprroach for web development.\n\n### Prerequisites\n - First of all make sure you have `PSQL`, `Ruby` \u0026 `Rails` installed in your machine\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-backend.git\n```\n - Then go to the folder\n```\n$ cd hello-rails-backend\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-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabianofrank%2Fhello-rails-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabianofrank%2Fhello-rails-backend/lists"}