{"id":24110627,"url":"https://github.com/cilfonegabriel/app-blog","last_synced_at":"2026-05-18T06:39:32.846Z","repository":{"id":150990486,"uuid":"623711849","full_name":"cilfonegabriel/App-Blog","owner":"cilfonegabriel","description":"The Blog app is classic example of a blog website. A fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.","archived":false,"fork":false,"pushed_at":"2023-04-21T19:11:16.000Z","size":209,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-07-30T14:29:43.457Z","etag":null,"topics":["rails","ruby"],"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/cilfonegabriel.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-04T23:34:00.000Z","updated_at":"2023-06-06T22:03:55.000Z","dependencies_parsed_at":"2025-01-11T01:15:48.547Z","dependency_job_id":null,"html_url":"https://github.com/cilfonegabriel/App-Blog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cilfonegabriel/App-Blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cilfonegabriel%2FApp-Blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cilfonegabriel%2FApp-Blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cilfonegabriel%2FApp-Blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cilfonegabriel%2FApp-Blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cilfonegabriel","download_url":"https://codeload.github.com/cilfonegabriel/App-Blog/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cilfonegabriel%2FApp-Blog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33167926,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T05:43:36.989Z","status":"ssl_error","status_checked_at":"2026-05-18T05:43:19.133Z","response_time":71,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["rails","ruby"],"created_at":"2025-01-11T01:15:41.864Z","updated_at":"2026-05-18T06:39:32.812Z","avatar_url":"https://github.com/cilfonegabriel.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- [📖 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  - [Test](#test)\n  - [Usage](#usage)\n  - [install](#install)\n- [👥 Authors](#authors)\n- [🔭 Future Features](#future-features)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n- [📝 License](#license)\n\n# 📖 Blog App \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n**Blog App** The Blog app is classic example of a blog website. A fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.\n\n* Services (job queues, cache servers, search engines, etc.)\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\nThis project was implemented using:\n\n\u003cdetails\u003e\n  \u003csummary\u003eFramework\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://rubyonrails.org/\"\u003eRuby on Rails\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eDatabase\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://www.postgresql.org/\"\u003ePostgreSQL\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- **Can persist user data to database**\n- **Can persist posts data to database**\n- **Can persist comments and likes database**\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\nTo get a local copy up and running, follow these steps:\n\n### Prerequisites\n\nIn order to run this project you need to have installed:\n\n- [ ] install ruby\n\n- [ ] install postgresql\n\n- [ ] You’ll need to have Ruby and Rails on your machine.\n\nOptionally, in order to modify this project you should to have installed:\n\n- [ ] Git.\n\n- [ ] Code editor like: [Visual Studio code](https://code.visualstudio.com/), or others...\n\n### Setup\n\nTo clone this repository to your desired folder:\n\n- You can download the **Zip** file from the GitHub repository, or clone the repository with:\n\n```console\ngit clone https://github.com/cilfonegabriel/App-Blog.git\n```\n\n- Access the cloned directory with:\n\n```console\ncd Blog-App\n```\n\n- Open it with your favorite code editor or with the live server\n\n### Install\n\nTo run the project, execute the following command in the project directory:\n\n```console\n    bundle install\n    rails db:create\n    rails db:migrate\n```\n\n### Tests\n\nTo run the tests run the following commands:\n\nInstall gems\n```ruby\n  bundle install\n```\nRun tests\n```ruby\n  rspec spec\n```\n\n### Usage\n\nTo run the project, execute the following command in the project directory:\n\n```console\nrails server\n```\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Gabriel Cilfone**\n\n- GitHub: [Gabriel Cilfone](https://github.com/cilfonegabriel)\n- LinkedIn: [Gabriel Cilfone](www.linkedin.com/in/gabriel-cilfone/)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\nWe will implement this on the future:\n\n- [ ] **Users can login to blog app**\n- [ ] **Users can add a post**\n- [ ] **Users can see a post list**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\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/cilfonegabriel/App-Blog/issues).\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## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\n- Microverse \n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\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)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcilfonegabriel%2Fapp-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcilfonegabriel%2Fapp-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcilfonegabriel%2Fapp-blog/lists"}