{"id":14955670,"url":"https://github.com/peteugwu/blog-app","last_synced_at":"2026-01-21T10:36:15.163Z","repository":{"id":162774179,"uuid":"624164022","full_name":"PeteUgwu/Blog-App","owner":"PeteUgwu","description":"A full-stack blog app built with Ruby on Rails framework","archived":false,"fork":false,"pushed_at":"2023-04-22T20:25:38.000Z","size":213,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-02-13T13:18:34.660Z","etag":null,"topics":["authorization","blog","capybara-rspec","devise","integration","postgresql","rails-application","ruby","ruby-gem","ruby-on-rails","seed"],"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/PeteUgwu.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-04-05T22:06:01.000Z","updated_at":"2023-05-02T17:02:14.000Z","dependencies_parsed_at":"2023-05-27T17:45:40.224Z","dependency_job_id":null,"html_url":"https://github.com/PeteUgwu/Blog-App","commit_stats":{"total_commits":80,"total_committers":3,"mean_commits":"26.666666666666668","dds":"0.21250000000000002","last_synced_commit":"22fe91ab96ffa8f03b4c38ba5ea43d6bea194cdb"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeteUgwu%2FBlog-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeteUgwu%2FBlog-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeteUgwu%2FBlog-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PeteUgwu%2FBlog-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PeteUgwu","download_url":"https://codeload.github.com/PeteUgwu/Blog-App/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247639458,"owners_count":20971542,"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":["authorization","blog","capybara-rspec","devise","integration","postgresql","rails-application","ruby","ruby-gem","ruby-on-rails","seed"],"created_at":"2024-09-24T13:11:31.557Z","updated_at":"2026-01-21T10:36:15.135Z","avatar_url":"https://github.com/PeteUgwu.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003c!-- TABLE OF CONTENTS --\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  - [Install](#install)\n  - [Usage](#usage)\n  - [Run tests](#run-tests)\n- [👥 Authors](#authors)\n- [🔭 Future Features](#future-features)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n- [❓ FAQ](#faq)\n- [📝 License](#license)\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n# 📖 BLOG APP \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n\u003e In this project, we add some API endpoints to your Blog app. This will allow our app to be used in different ways, rather than just through our site - for example, a mobile app or a CLI application.\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n\u003c!-- \u003e Describe between 1-3 key features of the application. --\u003e\n\n- Create an API endpoint to list all posts for a user.\n- Create an API endpoint to list all comments for a user's post.\n- Create an API endpoint to add a comment to a post. Remember that the owner of the comment is the user that makes it; it should not be set by passing a parameter.\n- Our API endpoints should receive JSON and respond JSON as well.\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\n\u003c!-- \u003e Describe how a new developer could make use of your project. --\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```\nInstall Ruby\n```\n\n```\nInstall Rails\n```\n\n```\nInstall Postgresql\n```\n\n### Setup\n\nClone this repository to your desired folder:\n\n```\n git clone https://github.com/PeteUgwu/Blog-App.git\n```\n\n### Install\n\nInstall this project with:\n\n```\n  cd Blog-App\n  bundle install\n```\n\n```\n  Setup database credentials\n  config/database.yml\n```\n\n### Usage\n\nTo run the project, execute the following command:\n\n```\nrails server\n```\n\n### Run tests\n\nTo run tests, run the following command:\n\n```\nrspec spec --format documentation\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=\"authors\"\u003e\u003c/a\u003e\n\n\u003c!-- \u003e Mention all of the collaborators of this project. --\u003e\n\n👤 Peter Ugwu\n\n- GitHub: [@PeteUgwu](https://github.com/PeteUgwu)\n- Twitter: [@Petrus4Charles](https://twitter.com/Petrus4Charles)\n- LinkedIn: [@peteugwu](https://www.linkedin.com/in/peteugwu/)\n\n👤 **Bernabas**\n\n- GitHub: [@githubhandle](https://github.com/bernabasy)\n- Twitter: [@twitterhandle](https://twitter.com/@bernabasjosef)\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/bernabas-yosef)\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\u003c!-- \u003e Describe 1 - 3 features you will add to the project. --\u003e\n\n- [ ] Update style to make more nice.\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](../../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 give it a ⭐️\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 [@microverse](https://www.microverse.org/)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## FAQ \u003ca name=\"faq\"\u003e\u003c/a\u003e\n\n# How do I add route to rail app?\n\n- Run rails routes\n\n# How do I generate rails controller files?\n\n- Run rails g controller controller_name\n  NB: It is a naming convention to pluralize controller names\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%2Fpeteugwu%2Fblog-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeteugwu%2Fblog-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeteugwu%2Fblog-app/lists"}