{"id":29709777,"url":"https://github.com/oldprojectss/hello-rails-back-end","last_synced_at":"2025-10-12T21:28:02.654Z","repository":{"id":119530472,"uuid":"525273353","full_name":"oldProjectss/hello-rails-back-end","owner":"oldProjectss","description":"This is a back-end for the hello rails app that uses Rect and rails","archived":false,"fork":false,"pushed_at":"2022-08-21T17:04:05.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-08-24T20:01:42.527Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/oldProjectss.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}},"created_at":"2022-08-16T07:24:47.000Z","updated_at":"2023-10-31T22:54:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"1052ec33-9686-4d2b-ad00-1e2ef5e90659","html_url":"https://github.com/oldProjectss/hello-rails-back-end","commit_stats":null,"previous_names":["oldprojectss/hello-rails-back-end"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oldProjectss/hello-rails-back-end","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oldProjectss%2Fhello-rails-back-end","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oldProjectss%2Fhello-rails-back-end/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oldProjectss%2Fhello-rails-back-end/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oldProjectss%2Fhello-rails-back-end/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oldProjectss","download_url":"https://codeload.github.com/oldProjectss/hello-rails-back-end/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oldProjectss%2Fhello-rails-back-end/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013107,"owners_count":26085231,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-07-23T20:11:33.847Z","updated_at":"2025-10-12T21:28:02.611Z","avatar_url":"https://github.com/oldProjectss.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hello Rails Api\n\nThis is a simple Rails API, that will be used by React to It generate and desplay a rendom greeting message.\n\n## Table of Contents\n\n- [Built with](#built-with)\n- [Prerequisites](#prerequisites)\n- [Getting Started](#getting-started)\n- [Contributing](#🤝-contributing)\n\n## Built With\n\n- [Ruby](https://www.ruby-lang.org/)\n- [Rails](https://rubygems.org/gems/rails)\n- [Postgresql](https://www.postgresql.org/)\n\n## Front end App\n\n- [Link to the  react app PR](https://github.com/Ismailco/hello-react-front-end/pull/1)\n\n## API Endpoints\n\nTo get a rendom greeting message, you need to send a GET request to the following endpoint:\n\n```bash\n- [GET /messages](https://localhost:3000/messages)\n```\nTo create a new message, you need to send a POST request to the following endpoint with a JSON body:\n\n```\n{\n  \"title\": \"Message ten\"\n  \"text\": \"Hello World\",\n}\n```\n\n```\n- [POST /messages](https://localhost:3000/messages)\n```\n\nTo delete a message, you need to send a DELETE request to the following endpoint with a JSON body:\n\n```\n{\n  \"id\": 1\n}\n```\n\n```\n- [DELETE /messages](https://localhost:3000/messages)\n```\n\n## Prerequisites\n\nFor using the app you can use the Demo link above to see the app in action, no further prerequisites are needed.\n\n## Developments\n\nYou should have `ruby on rails` and `postgresql` installed and running on your machine in adition to the `react-rails` gem before you can start developing this app.\n\n### Getting Started\n\nTo start using this software you need to have Ruby installed in your machine\nThen clone this repo:\n\n```\n-$ git clone git@github.com:Ismailco/Hello-world-Rreact_rails.git\n```\n\n```\n-$ cd Hello-world-Rreact_rails\n```\n\nThen install the gems:\n\n```\n-$ bundle install\n```\n\n```\n-$ rake db:create db:migrate\n```\n\nThen run the server:\n\n```\n-$ rails server\n```\n\n## Authors\n\n👤 **Ismail Courr**\n\n- GitHub: [@ismailco](https://github.com/ismailco)\n- Twitter: [@ismailcourr](https://twitter.com/ismailcourr)\n- LinkedIn: [Ismail courr](https://www.linkedin.com/in/ismailcourr)\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](../../issues/).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## 📝 License\n\nThis project is [MIT](./LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foldprojectss%2Fhello-rails-back-end","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foldprojectss%2Fhello-rails-back-end","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foldprojectss%2Fhello-rails-back-end/lists"}