{"id":28097610,"url":"https://github.com/anjacodes/hello-rails-back-end","last_synced_at":"2025-07-07T03:02:22.948Z","repository":{"id":40533828,"uuid":"488265608","full_name":"Anjacodes/hello-rails-back-end","owner":"Anjacodes","description":null,"archived":false,"fork":false,"pushed_at":"2022-05-03T20:48:18.000Z","size":122,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2023-03-06T01:03:24.649Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Anjacodes.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}},"created_at":"2022-05-03T15:33:00.000Z","updated_at":"2022-05-03T15:41:58.000Z","dependencies_parsed_at":"2022-08-09T22:40:51.862Z","dependency_job_id":null,"html_url":"https://github.com/Anjacodes/hello-rails-back-end","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anjacodes%2Fhello-rails-back-end","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anjacodes%2Fhello-rails-back-end/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anjacodes%2Fhello-rails-back-end/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anjacodes%2Fhello-rails-back-end/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Anjacodes","download_url":"https://codeload.github.com/Anjacodes/hello-rails-back-end/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253991100,"owners_count":21995881,"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":[],"created_at":"2025-05-13T17:24:16.277Z","updated_at":"2025-05-13T17:24:17.965Z","avatar_url":"https://github.com/Anjacodes.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hello Rails Back-End (API)\n\nThis Rails App serves as the backend API for the [Hello-React-Rails-App](https://github.com/Anjacodes/hello-react-front-end)\n\n\u003cbr\u003e\n\n## 🪛 Built with\n* Ruby on Rails\n* React\n* Redux\n\n\u003cbr\u003e\n\n\u003ch3\u003eInstalling Rails\u003c/h3\u003e\n\nBefore you install Rails, you should check to make sure that your system has the proper prerequisites installed. These include:\n\n    Ruby\n    SQLite3\n    Node.js\n    Yarn\n\n\u003cbr\u003e\n\n\u003ch3\u003eInstalling Ruby\u003c/h3\u003e\n\nOpen up a command line prompt. On macOS open Terminal.app; on Windows choose \"Run\" from your Start menu and type cmd.exe. Any commands prefaced with a dollar sign $ should be run in the command line. Verify that you have a current version of Ruby installed:\n\n`$ ruby --version\nruby 2.7.0`\n\nRails requires Ruby version 2.7.0 or later. It is preferred to use latest Ruby version. If the version number returned is less than that number (such as 2.3.7, or 1.8.7), you'll need to install a fresh copy of Ruby.\n\nTo install Rails on Windows, you'll first need to install [Ruby Installer](https://rubyinstaller.org/).\n\n\u003cbr\u003e\n\n\u003ch3\u003eInstalling SQLite3\u003c/h3\u003e\n\nYou will also need an installation of the SQLite3 database.\n\nVerify that it is correctly installed and in your load PATH:\n\n`$ sqlite3 --version`\n\nThe program should report its version.\n\n\u003cbr\u003e\n\u003ch3\u003eInstalling Node.js and Yarn\u003c/h3\u003e\n\nFinally, you'll need Node.js and Yarn installed to manage your application's JavaScript.\n\nFind the installation instructions at the [Node.js website](https://nodejs.org/en/download/) and verify it's installed correctly with the following command:\n\n`$ node --version`\n\nThe version of your Node.js runtime should be printed out. Make sure it's greater than 8.16.0.\n\nTo install Yarn, follow the installation instructions at the [Yarn website](https://classic.yarnpkg.com/en/docs/install).\n\nRunning this command should print out Yarn version:\n\n`$ yarn --version`\n\nIf it says something like \"1.22.0\", Yarn has been installed correctly.\n\n\u003cbr\u003e\n\u003ch3\u003eInstalling Rails\u003c/h3\u003e\n\nTo install Rails, use the gem install command provided by RubyGems:\n\n`$ gem install rails`\n\n\u003cbr\u003e\n\u003ch3\u003eAccessing the API from your browser\u003c/h3\u003e\nTo open the API in your browser, simply run the following command in your terminal:\n\n`$ rails s -p 4000`\n\nThen, open https://localhost:4000/v1/greetings in your browser to view the API data.\n\n\u003cbr\u003e\n\n## ✏️ Authors\n\n👤 **Anja**\n\n- GitHub: [@Anjacodes](https://github.com/Anjacodes)\n- Twitter: [@Anja_Schmidt7](https://twitter.com/Anja_Schmidt7)\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/anja-schmidt7/)\n\n\u003cbr\u003e\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](../../issues/).\n\n\u003cbr\u003e\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n\u003cbr\u003e\n\n## Acknowledgments\n\n- Hat tip to anyone whose code was used\n- Inspiration\n- etc\n\n## 📝 License\n\nThis project is [MIT](./MIT.md) licensed.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanjacodes%2Fhello-rails-back-end","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanjacodes%2Fhello-rails-back-end","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanjacodes%2Fhello-rails-back-end/lists"}