{"id":19586201,"url":"https://github.com/ahzamir/blog-app","last_synced_at":"2026-04-13T06:50:01.879Z","repository":{"id":57839845,"uuid":"528351478","full_name":"ahzamir/blog-app","owner":"ahzamir","description":"Blog on Rails is a classic example of a blog website. You can show the list of posts and empower readers to interact with them by adding comments and liking posts.  Schema","archived":false,"fork":false,"pushed_at":"2022-09-10T14:40:45.000Z","size":168,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-01-09T05:47:44.932Z","etag":null,"topics":["javascript","nodejs","rspec","rspec-rails","ruby","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ahzamir.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}},"created_at":"2022-08-24T09:23:12.000Z","updated_at":"2023-11-07T13:00:34.000Z","dependencies_parsed_at":"2023-01-18T03:00:25.765Z","dependency_job_id":null,"html_url":"https://github.com/ahzamir/blog-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"ahzamir/readme-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahzamir%2Fblog-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahzamir%2Fblog-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahzamir%2Fblog-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahzamir%2Fblog-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahzamir","download_url":"https://codeload.github.com/ahzamir/blog-app/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240858576,"owners_count":19868998,"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":["javascript","nodejs","rspec","rspec-rails","ruby","ruby-on-rails"],"created_at":"2024-11-11T07:58:58.531Z","updated_at":"2026-04-13T06:49:56.825Z","avatar_url":"https://github.com/ahzamir.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://img.shields.io/badge/Microverse-blueviolet)\r\n\r\n## Blog on Rails\r\n\r\n\u003e Blog on Rails is a classic example of a blog website. You can show the list of posts and empower readers to interact with them by adding comments and liking posts.\r\n\r\n## Schema\r\n![](https://github.com/microverseinc/curriculum-rails/blob/main/blog-app/images/blog_app_erd.png)\r\n\r\n## Built With\r\n\r\n- [x] Programming Language: [Ruby](https://www.ruby-lang.org/en/)\r\n- [x] Framework: [Ruby on Rails](https://rubyonrails.org/)\r\n- [x] Linter: [Rubocop](https://rubocop.org/)\r\n- [x] Code Editor: [VS Code](https://code.visualstudio.com/)\r\n- [x] Database: [PostgreSQL](https://www.postgresql.org/)\r\n\r\n## Getting Started\r\n\r\nTo get a local copy up and running follow these simple example steps.\r\n\r\n### Install\r\n\r\nIn the terminal, go to your file directory and run this command.\r\n\r\n```\r\n$ git clone https://github.com/ahzamir/blog-app.git\r\n```\r\n\r\n### Usage\r\n\r\n```\r\n$ cd blog-app\r\n```\r\n```\r\n$ rails server\r\n```\r\n\r\n### Setup\r\n\r\n```\r\n$ bundle install\r\n```\r\n```\r\n$ rubocop .\r\n```\r\n\r\n### Run tests\r\n\r\nTo install rspec, in the terminal kindly run this command\r\n\r\n```\r\n$ gem install rspec\r\n```\r\n\r\nTo run tests, please run this command\r\n```\r\n$ rspec ./spec/#{filename}_spec.rb\r\n```\r\n\r\n### API Documentation\r\n\r\nYpu can find the API documentation by:\r\n\r\n```\r\n$ rails server\r\n```\r\n\r\nThen go to this link: [http://localhost:3000/api-docs/index.html](http://localhost:3000/api-docs/index.html)\r\n\r\n### Prerequisites\r\n\r\n- [x] A web browser like [Google Chrome](https://www.google.com/chrome/).\r\n- [x] A code editor like [Visual Studio Code](https://code.visualstudio.com/).\r\n- [x] A terminal to run the code.\r\n- [x] [Ruby](https://www.ruby-lang.org/en/) installed on your computer.\r\n- [x] [Rails](https://rubyonrails.org/) installed on your computer.\r\n\r\nYou can check if Git is installed by running the following command in the terminal.\r\n```\r\n$ git --version\r\n```\r\n\r\nLikewise for Ruby installation.\r\n```\r\n$ ruby --version \u0026\u0026 irb\r\n```\r\n\r\nTo install rails, in the terminal kindly run this command\r\n```\r\n$ gem install rails\r\n```\r\n## Authors\r\n\r\n👤 **Ahmad Zamir Yousufi** \u003cimg src=\"https://emojis.slackmojis.com/emojis/images/1531849430/4246/blob-sunglasses.gif?1531849430\" width=\"20\"/\u003e\r\n\r\n- GitHub: [@ahzamir](https://github.com/ahzamir).\r\n- Twitter: [@YousufiZamir](https://twitter.com/YousufiZamir)\r\n- LinkedIn: [ahmad-zamir-yousufi](https://www.linkedin.com/in/ahzamir/)\r\n\r\n## 🤝 Contributing\r\n\r\nContributions, issues, and feature requests are welcome!\r\n\r\nFeel free to check the [issues page](https://github.com/ahzamir/blog-app/issues).\r\n\r\n## Show your support\r\n\r\nGive a ⭐️ if you like this project!\r\n\r\n## Acknowledgments\r\n\r\n- [Microverse](https://www.microverse.org/)\r\n- Code Reviewers\r\n- Coding Partners\r\n\r\n## 📝 License\r\n\r\nThis project is [MIT](./MIT.md) licensed.\r\n\r\n![](https://img.shields.io/badge/Microverse-blueviolet)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahzamir%2Fblog-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahzamir%2Fblog-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahzamir%2Fblog-app/lists"}