{"id":19060886,"url":"https://github.com/hfg43/blog_app","last_synced_at":"2025-04-24T07:05:23.494Z","repository":{"id":196088893,"uuid":"693825838","full_name":"HFG43/Blog_app","owner":"HFG43","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-06T17:54:40.000Z","size":152,"stargazers_count":7,"open_issues_count":31,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-04-24T07:05:16.426Z","etag":null,"topics":["gems","mvc-architecture","postgresql","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/HFG43.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-09-19T19:41:12.000Z","updated_at":"2023-12-14T14:38:27.000Z","dependencies_parsed_at":"2025-01-03T07:30:32.425Z","dependency_job_id":"28e14ea3-023c-4c7d-9ce0-47229f9b0023","html_url":"https://github.com/HFG43/Blog_app","commit_stats":null,"previous_names":["hfg43/blog_app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HFG43%2FBlog_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HFG43%2FBlog_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HFG43%2FBlog_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HFG43%2FBlog_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HFG43","download_url":"https://codeload.github.com/HFG43/Blog_app/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250580730,"owners_count":21453535,"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":["gems","mvc-architecture","postgresql","ruby"],"created_at":"2024-11-09T00:17:15.177Z","updated_at":"2025-04-24T07:05:23.469Z","avatar_url":"https://github.com/HFG43.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\u003cdiv align=\"center\"\u003e\n\n  \u003ch3\u003e\u003cb\u003eBlog App\u003c/b\u003e\u003c/h3\u003e\n\n\u003c/div\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- [👥 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** is a website created using Ruby on Rails and Postgresql to practice OOP, Data Base Migration and apply best practices. It allows users to create post, comments and give likes.\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\u003cdetails\u003e\n\u003csummary\u003eRuby\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://www.ruby-lang.org/es/\"\u003eRuby\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md\"\u003eRuby styles guide\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n  \u003csummary\u003ePostgresql\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://www.postgresql.org/docs/\"\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- **Use Gitflow**\n- **Set Up Postgres Database**\n- **Create Data Models using ERD Diagrams**\n- **Use models to insert data**\n- **Use CRUD methods**\n- **Add methods in models**\n- **Include validations**\n- **Add Unit test**\n- **Add controllers**\n- **Define Routes**\n- **Include controllers actions**\n- **Add test using Rspec gem for all controllers**\n- **Add views following controller methods**\n- **Give style following wireframes design**\n- **Add forms to add new post and comments**\n- **Add functionality to add likes**\n- **Review Linters**\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\nThis repository includes files with ruby lenguage.\n\n### Prerequisites\n\nIn order to run this project you need to have Ruby installed, check [this](https://www.ruby-lang.org/en/) documentation in order to know how to install it.\n\n### Setup\n\nClone this repository to your desired folder:\n\n  cd my-folder https://github.com/HFG43/Blog_app\n  git clone \n\n### Usage\n\nTo populate the database, in your command line execute:\n\n```sh\nrails db:seed\n```\n\nTo run the project, in your command line execute the following:\n\n```sh\n  rails s\n```\nTo check the linters you can use the command:\n\n```sh\n  rubocop\n  npx stylelint \"**/*.{css,scss}\"\n```\n\nTo fix the linter use: \n\n```sh\n  rubocop --fix\n```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Hernán Güemes**\n\n- GitHub: [@githubhandle](https://github.com/HFG43)\n- Twitter: [@twitterhandle](https://twitter.com/HFG_43)\n- LinkedIn: [@Hernán Güemes](linkedin.com/in/hernanguemes)\n\n👤 **Ahmed Eid**\n\n- GitHub: [Ahmed Eid](https://github.com/ahmedeid6842)\n- Twitter: [@ahmedeid2684](https://twitter.com/ahmedeid2684)\n- LinkedIn: [Ahmed Eid](https://www.linkedin.com/in/ameid/)\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\n- [ ] **Deploy**\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/HFG43/Blog_app/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\nIf you like this project you could clone the repo and work with it or do the changes in a new branch. Also you could let a message with your thoughts.\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\nI would like to thank Microverse for providing the necessary resources for this project.\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)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhfg43%2Fblog_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhfg43%2Fblog_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhfg43%2Fblog_app/lists"}