{"id":22452797,"url":"https://github.com/tchasinga/blog-app-ruby","last_synced_at":"2025-08-19T18:47:06.915Z","repository":{"id":196728564,"uuid":"696667718","full_name":"tchasinga/Blog-app-ruby","owner":"tchasinga","description":"You actually have a functional Rails application already. To see it, you need to start a web server on your development machine. You can do this by running the following command in the blog directory: ... If you are using Windows, you have to pass the scripts under the bin folder directl","archived":false,"fork":false,"pushed_at":"2023-10-13T21:31:28.000Z","size":1037,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"Devs","last_synced_at":"2025-06-10T09:03:36.314Z","etag":null,"topics":["ruby-on-rails"],"latest_commit_sha":null,"homepage":"","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-09-26T07:54:10.000Z","updated_at":"2023-12-14T20:35:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"f5a602b3-2d2c-49af-af8b-e644025d6b6a","html_url":"https://github.com/tchasinga/Blog-app-ruby","commit_stats":null,"previous_names":["tchasinga/blog-app-ruby"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchasinga%2FBlog-app-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchasinga%2FBlog-app-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchasinga%2FBlog-app-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchasinga%2FBlog-app-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tchasinga","download_url":"https://codeload.github.com/tchasinga/Blog-app-ruby/tar.gz/refs/heads/Devs","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchasinga%2FBlog-app-ruby/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259043761,"owners_count":22797159,"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":["ruby-on-rails"],"created_at":"2024-12-06T06:12:21.150Z","updated_at":"2025-06-10T09:03:40.284Z","avatar_url":"https://github.com/tchasinga.png","language":"Ruby","readme":"\u003cdiv align=\"center\"\u003e\n  \u003cbr/\u003e\n  \u003ch1\u003e\u003cb\u003eBlog App 📖\u003c/b\u003e\u003c/h1\u003e\n\n\u003c/div\u003e\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\n## 📗 Table of Contents\n\n- [📖 Blog App ](#-catalog-)\n  - [🛠 Built With ](#-built-with-)\n    - [Tech Stack ](#tech-stack-)\n    - [Key Features ](#key-features-)\n  - [💻 Getting Started ](#-getting-started-)\n    - [Prerequisites](#prerequisites)\n    - [Setup](#setup)\n    - [Install](#install)\n  - [👥 Author ](#-author-)\n  - [🔭 Future Features ](#-future-features-)\n  - [🤝 Contributing ](#-contributing-)\n  - [⭐️ Show your support ](#️-show-your-support-)\n  - [🙏 Acknowledgments ](#-acknowledgments-)\n  - [📝 License ](#-license-)\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n# 📖 Blog App \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n**Blog App** is a Web application built using Ruby on Rails and PostgreSQL to manage blog posts, comments, likes, and user profiles.\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\u003cdetails\u003e\n  \u003csummary\u003eClient\u003c/summary\u003e\n    \u003cli\u003e\u003ca href=\"https://www.ruby-lang.org/en/\"\u003eRuby on Rails\u003c/a\u003e\u003c/li\u003e\n\u003c/details\u003e\n\n\u003c!-- Features --\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- **Write posts**\n- **Like and comments on posts**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\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:\n\n```\n    ruby on rails\n    ruby\n    postgreSQL\n    bundler\n```\n\n### Setup\n\nClone this repository to your desired folder:\n\n```bash\n  git clone https://github.com/meryemsanem/Blog-app-ruby.git\n```\n\n### Install\n\nInstall this project with:\n\n```bash\n  cd blog-app-ruby\n  bundle install\n```\n\nit will install the required gemfile for running the project\n\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- GitHub: [@Tchasinga Jack](https://github.com/tchasinga)\n- Twitter: [@tchasingajacques](https://twitter.com/TchasingaJacque)\n- LinkedIn: [@tchasingajaques](https://www.linkedin.com/in/tchasinga-jacques-76aba7214/)\n\n👤  **Uwimbabazi Dorcas**\n\n- GitHub: [@Dorcas126](https://github.com/Dorcas126)\n- Twitter: [@Dorcasuw](https://twitter.com/Dorcasuwi)\n- LinkedIn: [Uwimbabazi Dorcas](https://www.linkedin.com/in/uwimbabazi-dorcas-956a5a226/)\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- **Post creation**\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/Blog-app-ruby/issues/2).\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 for teaching and enforcing professional level practices.\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","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftchasinga%2Fblog-app-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftchasinga%2Fblog-app-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftchasinga%2Fblog-app-ruby/lists"}