{"id":18355035,"url":"https://github.com/hetrox8/blog_app","last_synced_at":"2025-04-10T01:36:34.040Z","repository":{"id":203801656,"uuid":"710437017","full_name":"hetrox8/Blog_App","owner":"hetrox8","description":"This Blog App provides a well structured Ui for easy navigation of users. It allows them to write their blogs, view others blog, comment and leave a like. The Tech stack primarily used is Ruby on Rails with addition of JWT authentication.","archived":false,"fork":false,"pushed_at":"2024-02-19T14:13:58.000Z","size":231,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"Development","last_synced_at":"2025-02-15T16:51:15.667Z","etag":null,"topics":[],"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/hetrox8.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}},"created_at":"2023-10-26T17:30:30.000Z","updated_at":"2024-04-01T21:23:22.000Z","dependencies_parsed_at":"2023-11-07T00:21:59.732Z","dependency_job_id":"14670542-b1ee-4330-afa9-f2ce4f713a0c","html_url":"https://github.com/hetrox8/Blog_App","commit_stats":null,"previous_names":["hetrox8/blog_app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hetrox8%2FBlog_App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hetrox8%2FBlog_App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hetrox8%2FBlog_App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hetrox8%2FBlog_App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hetrox8","download_url":"https://codeload.github.com/hetrox8/Blog_App/tar.gz/refs/heads/Development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248141188,"owners_count":21054407,"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-11-05T22:05:49.906Z","updated_at":"2025-04-10T01:36:34.019Z","avatar_url":"https://github.com/hetrox8.png","language":"Ruby","readme":"# Blog_App\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./personalisation/logo.png\" alt=\"logo\" width=\"140\"  height=\"auto\" /\u003e\n\u003c/div\u003e\n\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\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  - [Usage](#usage)\n- [👥 Author](#author)\n- [🔭 Future Features](#future-features)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n\n- [📝 License](#license)\n\n# 📖 Blog App \u003ca name=\"about-blog-project\"\u003e\u003c/a\u003e\n\nThis is a Blog App build with Ruby on Rails where clients can post and comment and also leave a like for the favorite post they like.\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- \u003ca href=\"https://www.ruby-lang.org/\"\u003eRuby\u003c/a\u003e\n- \u003ca href=\"https://rubyonrails.org/\"\u003eRails\u003c/a\u003e\n- \u003ca href=\"https://www.postgresql.org/\"\u003ePostgreSQL\u003c/a\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- Create posts.\n- List all the posts.\n- Add comments and likes to a post.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\n### Prerequisites\n\nTo run this project you need the following dependencies:\n\n - Ruby: `3.0.2`\n - Rails: `7.0.4.3+`\n - PostgreSQL: `15.2+`\n\n### Setup\n\n- Clone this repository to your local machine:\n```sh\n  git clone git@github.com:hetrox8/Rails_Blog_App.git\n  cd Blog_app\n```\n- Install dependencies:\n```sh\n  bundle install\n```\n\n- Recreate Data Base:\n```sh\n  rake db:schema:load\n```\n\n### Usage\n\nTo run the project, execute the following command in the terminal:\n\n```  sh\n  cd Blog_app\n  rails s  \n```\n\n## 👥 Author \u003ca name=\"author\"\u003e\u003c/a\u003e\n\n 👤 **Suleiman Gacheru**\n\n- GitHub: [@hetrox8](https://github.com/hetrox8)\n- Twitter: [@suleimangacheru](https://twitter.com/suleimangacheru)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n- Add validations to the model.\n- Create controllers.\n- Create a web interface.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\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:/https://github.com/hetrox8/Blog_App/issues) for any open issues or to report a new one.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nGive a ⭐️ if you like this project!\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\nI would like to thank the Microverse community for their support and guidance.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](./MIT.md) 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%2Fhetrox8%2Fblog_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhetrox8%2Fblog_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhetrox8%2Fblog_app/lists"}