{"id":22452794,"url":"https://github.com/tchasinga/hi-back-end-rails","last_synced_at":"2025-06-12T09:35:56.303Z","repository":{"id":205323678,"uuid":"713964374","full_name":"tchasinga/hi-back-end-rails","owner":"tchasinga","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-22T05:59:41.000Z","size":37,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-03-27T12:47:32.672Z","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/tchasinga.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-03T16:00:48.000Z","updated_at":"2024-12-22T05:59:45.000Z","dependencies_parsed_at":"2025-03-27T12:43:10.546Z","dependency_job_id":"d13d270e-a1a4-4370-8c72-c406a559a2bd","html_url":"https://github.com/tchasinga/hi-back-end-rails","commit_stats":null,"previous_names":["tchasinga/hi-back-end-react","tchasinga/hi-back-end-rails"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tchasinga/hi-back-end-rails","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchasinga%2Fhi-back-end-rails","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchasinga%2Fhi-back-end-rails/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchasinga%2Fhi-back-end-rails/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchasinga%2Fhi-back-end-rails/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tchasinga","download_url":"https://codeload.github.com/tchasinga/hi-back-end-rails/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchasinga%2Fhi-back-end-rails/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259439144,"owners_count":22857662,"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":"2024-12-06T06:12:20.419Z","updated_at":"2025-06-12T09:35:56.280Z","avatar_url":"https://github.com/tchasinga.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":" \u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e\u003cb\u003eRails API\u003c/b\u003e\u003c/h1\u003e\n\u003c/div\u003e\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\n## 📗 Table of Contents\n\n- [📖 Rails API](#-about-project)\n  - [🛠 Built With](#-built-with)\n  - [🌟 Key Features](#-key-features)\n  - [💻 Getting Started](#-getting-started)\n    - [Prerequisites](#prerequisites)\n    - [Setup](#setup)\n    - [Install](#install)\n  - [👥 Authors](#-authors)\n  - [🔭 Future Features](#-future-features)\n  - [🤝 Contributing](#-contributing)\n  - [⭐️ Show Your Support](#️-show-your-support)\n  - [🙏 Acknowledgments](#-acknowledgments)\n  - [📝 License](#-license)\n\n\u003c!-- ABOUT PROJECT --\u003e\n\n## 📖 Rails API \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n**Rails API** is a Ruby on Rails API, serving as the backend for a full-stack web application. It offers the capability to fetch and display random greetings from a collection of messages.\u003cbr\u003e**Here is the [link](https://github.com/tchasinga/hi-front-end-react) for the frontend.**\n\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\n- [Ruby on Rails](https://rubyonrails.org) - A powerful web application framework.\n- [PostgreSQL](https://www.postgresql.org) - An open-source relational database.\n- [Bundler](https://bundler.io) - A tool for managing Ruby gem dependencies.\n\n\u003c!-- FEATURES --\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- **Random Greetings:** The backend includes an API endpoint to retrieve random greetings from the database.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#-table-of-contents\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- GETTING STARTED --\u003e\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\nTo get a local copy up and running, follow these steps.\n\n### Prerequisites\n\nIn order to run this project, you need to have the following installed:\n\n- **Rails:** Ensure you have Ruby on Rails installed. You can find installation instructions at [Ruby on Rails](https://rubyonrails.org/).\n\n- **PostgreSQL:** This project uses PostgreSQL as the relational database. If you don't have it, you can download it from [PostgreSQL](https://www.postgresql.org/download/).\n\n- **Bundler:** Bundler is a tool for managing Ruby gem dependencies. Install it by running gem install bundler if you don't already have it.\n\n### Setup\n\nClone this repository to your desired folder:\n\n```bash\ngit clone https://github.com/tchasinga/hi-front-end-react.git\n```\n\n### Install\n\nInstall this project with:\n\n```bash\n  cd hello-rails-back-end\n  bundle install\n```\n\nit will install the required gemfile for running the project\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- AUTHORS --\u003e\n\n## 👥 Author \u003ca name=\"author\"\u003e\u003c/a\u003e\n\n👤 **tchasinga jacques**\n\n- GitHub: [@tchasingajacques](https://github.com/tchasinga)\n- Twitter: [@tchasinga](https://twitter.com/Tchasinga)\n- LinkedIn: [@tchasinga Jack](https://www.linkedin.com/in/tchasinga-jacques-76aba7214/)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- FUTURE FEATURES --\u003e\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n- **Styling**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- CONTRIBUTING --\u003e\n\n## 🤝 Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/tchasinga/hi-back-end-react/issues/1).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- SUPPORT --\u003e\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nIf you find this project helpful or interesting, star this repository on GitHub to let me know you like the project. ⭐️\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- ACKNOWLEDGEMENTS --\u003e\n\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\nI would like to thank Microverse.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LICENSE --\u003e\n\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](./LICENSE) licensed.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftchasinga%2Fhi-back-end-rails","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftchasinga%2Fhi-back-end-rails","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftchasinga%2Fhi-back-end-rails/lists"}