{"id":18601202,"url":"https://github.com/cobbyelsonfx/blog_rift","last_synced_at":"2026-04-20T09:34:13.317Z","repository":{"id":208842054,"uuid":"722216802","full_name":"CobbyElsonfx/blog_rift","owner":"CobbyElsonfx","description":" It is an immersive blog application that takes you on a journey to explore and share captivating stories. Crafted with care, this app provides a seamless experience for both writers and readers. Dive into a world where posts come to life, inviting interaction through comments and likes.","archived":false,"fork":false,"pushed_at":"2023-12-12T17:48:15.000Z","size":3493,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-10-03T12:35:09.338Z","etag":null,"topics":["postgresql","ruby-on-rails","sqlite3"],"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/CobbyElsonfx.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,"zenodo":null}},"created_at":"2023-11-22T17:25:49.000Z","updated_at":"2023-11-23T14:39:32.000Z","dependencies_parsed_at":"2023-12-12T19:03:21.520Z","dependency_job_id":null,"html_url":"https://github.com/CobbyElsonfx/blog_rift","commit_stats":null,"previous_names":["cobbyelsonfx/blog_rift"],"tags_count":0,"template":false,"template_full_name":"microverseinc/readme-template","purl":"pkg:github/CobbyElsonfx/blog_rift","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CobbyElsonfx%2Fblog_rift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CobbyElsonfx%2Fblog_rift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CobbyElsonfx%2Fblog_rift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CobbyElsonfx%2Fblog_rift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CobbyElsonfx","download_url":"https://codeload.github.com/CobbyElsonfx/blog_rift/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CobbyElsonfx%2Fblog_rift/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32041558,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["postgresql","ruby-on-rails","sqlite3"],"created_at":"2024-11-07T02:07:30.857Z","updated_at":"2026-04-20T09:34:13.294Z","avatar_url":"https://github.com/CobbyElsonfx.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# 📗 Table of Contents\n\n- [📖 About the Project](#about-project)\n  - [🛠️ Built With](#built-with)\n    - [Tech Stack](#tech-stack)\n    - [Key Features](#key-features)\n- [💻 Getting Started](#getting-started)\n  - [Setup](#setup)\n  - [Prerequisites](#prerequisites)\n  - [Install](#install)\n  - [Usage](#usage)\n  - [Run tests](#run-tests)\n  - [Deployment](#triangular_flag_on_post-deployment)\n- [👥 Authors](#authors)\n- [🔭 Future Features](#future-features)\n- [🤝 Contributing](#contributing)\n- [⭐ Show your support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n- [📝 License](#license)\n\n\n# 📖 Blog App\n\n\u003e A classic example of a blog website with full functionality for posts, comments, and likes.\n\n## 🛠 Built With\n\n### Tech Stack\n\n\u003cdetails\u003e\n  \u003csummary\u003eServer\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://rubyonrails.org/\"\u003eRuby on Rails\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"https://www.postgresql.org/\"\u003ePostgreSQL\u003c/a\u003e\u003c/li\u003e\n    \u003c!-- Add other technologies used --\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\n### Key Features\n\n- **Fully Functional Blog Website**\n- **User Authentication and Authorization**\n- **Interactive Comments and Likes**\n\n# 💻 Getting Started\n\nTo get a local copy up and running, follow these steps.\n\n## Prerequisites\n\nBefore you begin, ensure you have met the following requirements:\n\n- [Ruby](https://www.ruby-lang.org/en/) installed\n- [Ruby on Rails](https://rubyonrails.org/) installed\n- [PostgreSQL](https://www.postgresql.org/) installed\n\n## Setup\n\nClone this repository to your desired folder:\n\n```sh\ngit clone https://github.com/your-username/blog_app.git\ncd blog_app\nbundle install\n```\n## Install\nSet up the database:\n\n```\nrails db:create\nrails db:migrate\n```\n## Usage\nStart the server:\n```\nrails server\n```\nThe application should be available at http://localhost:3000.\n\n# 👥 Author\n👤 **Francis Andoh**\n\n- GitHub: [@CobbyElsonfx](https://github.com/CobbyElsonfx)\n- LinkedIn: [@FrancisAndoh](https://www.linkedin.com/in/francis-andoh-133aa7245/)\n\n\n# 🔭 Future Features\n - Advanced Visual Design\n\n\u003c!-- CONTRIBUTING --\u003e\n\n## 🤝 Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nAll contributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](../../issues/).\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 like this project, please support me with a like or a star.\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\nThanks to my learning partners and the staff at 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](./MIT.md) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcobbyelsonfx%2Fblog_rift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcobbyelsonfx%2Fblog_rift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcobbyelsonfx%2Fblog_rift/lists"}