{"id":22769242,"url":"https://github.com/mmggyy66/blog_app","last_synced_at":"2026-03-19T23:37:30.695Z","repository":{"id":240247286,"uuid":"685698383","full_name":"MMGGYY66/blog_app","owner":"MMGGYY66","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-31T19:46:03.000Z","size":196,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"dev","last_synced_at":"2025-03-30T11:23:28.856Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"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/MMGGYY66.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-08-31T20:02:42.000Z","updated_at":"2023-09-09T05:22:38.000Z","dependencies_parsed_at":"2024-05-17T15:36:14.787Z","dependency_job_id":null,"html_url":"https://github.com/MMGGYY66/blog_app","commit_stats":null,"previous_names":["mmggyy66/blog_app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MMGGYY66/blog_app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMGGYY66%2Fblog_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMGGYY66%2Fblog_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMGGYY66%2Fblog_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMGGYY66%2Fblog_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MMGGYY66","download_url":"https://codeload.github.com/MMGGYY66/blog_app/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMGGYY66%2Fblog_app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28852734,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"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":[],"created_at":"2024-12-11T14:16:23.059Z","updated_at":"2026-01-28T21:31:16.781Z","avatar_url":"https://github.com/MMGGYY66.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003ca name=\"about-project\"\u003e Blog_App\u003c/a\u003e\n\nThe Blog app will be a classic example of a blog website. This app  will provide 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\u003c!-- TABLE OF CONTENTS --\u003e\n\n# Table of Contents\n\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## Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://www.ruby-lang.org/en/\"\u003eRuby\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\n\u003c!-- Features --\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- **Add new post.**\n- **Add new likes**\n- **Explore more information about the post**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LIVE DEMO\n\n## Live Demo \u003ca name=\"live-demo\"\u003e\u003c/a\u003e\n\n\u003e Add a link to your deployed project.\n\n- [Live Demo Link]()\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n--\u003e\n\n\u003c!-- GETTING STARTED --\u003e\n\n## Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\n### Prerequisites\n\n1. To install ruby on windows using WSL:\n```\n  - Install WSL, So Open powershell as admin and run: wsl --install\n  - Restart the computer , it will continue ubuntu installation\n  - Add user name and password\n```\n\n2. After WSL installion:\n```\n  - Open Ubuntu terminal and run following commands:\n    - (Optional) Update Ubuntu: \n        sudo apt update\n        sudo apt upgrade\n    - Install Ruby:\n        sudo apt install ruby\n    - Verify installation:\n        ruby --version\n    - Install package manager:\n        sudo gem install bundler\n```\n\n### Setup\n\nTo get a local copy up and running, follow these steps.\nChoose the directory on your local machine where you want to copy project. For example:\n\n```\ncd /home/user/name-of-your-directory\n```\n\nClone the project using one of the options.\n\nUsing SSH-key:\n\n```\ngit clone git@github.com:Ali-0111/blog_app.git\n```\n\nUsing HTTPS:\n\n```\ngit clone https://github.com/Ali-0111/blog_app.git\n```\n\n### Usage\n\n1. Ensure that Ruby is installed on your system.\n\n2. If it is first time, install WSL extention in VS code. This will help to have a terminal which can run the commands.\n\n3. Choose the terminal (Ubunto WSL) and now you can run the following command to run the file:\n\n```\nThis app is under consturction...\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## Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n👤 **Qurban Ali Safari**\n\n- 👤 GitHub:   [Ali-0111](https://github.com/Ali-0111)\n- 👤 Twitter:  [qurban_safari](https://twitter.com/qurban_safari)\n- 👤 LinkedIn: [Safari](https://www.linkedin.com/in/ali-safari-linked)\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n👤 **Mohamed Gamil Eldimardash**\n- GitHub: [@github](https://github.com/MMGGYY66)\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/mohamed-eldimardash-0023a3b5/)\n- Twitter: [twitter](https://twitter.com/MOHAMEDELDIMARd)\n- Facebook: [facebook](https://www.facebook.com/MOHAMED.ELDIMARDASH/)\n- StackOverflow: [stackoverflow](https://stackoverflow.com/users/13605630/mohamed-gamil-eldimardash)\n\n\u003c!-- FUTURE FEATURES --\u003e\n\n## Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n- **Expand the capabilities of the app by adding a database, UI interface**\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\nWe welcome contributions to enhance the functionality and user experience of the Morse_Translator project. If you have any ideas, suggestions, or bug reports, feel free to open an issue or submit a pull request.\n\nIf you'd like to contribute to this project, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix.\n3. Make your changes and commit them with descriptive commit messages.\n4. Push your changes to your forked repository.\n5. Submit a pull request to the main repository, explaining your changes in detail.\n\nPlease adhere to the coding conventions and guidelines specified in the project.\n\nFeel free to check the [issues page](https://github.com/ali-0111/oop_school/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## Support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nIf you encounter any issues or have any questions or suggestions, please open an issue on the [issue tracker](https://github.com/ali-0111/oop_school/issues).\nFurthermore, if you would like to get in touch with me, you can find my contact information in the \u003ca href=\"#authors\"\u003eAuthors\u003c/a\u003e section.\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\nWe would like to express our gratitude to the Ruby community and Microverse for the readme template.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LICENSE --\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%2Fmmggyy66%2Fblog_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmggyy66%2Fblog_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmggyy66%2Fblog_app/lists"}