{"id":22619516,"url":"https://github.com/alibaba2023/blog_app","last_synced_at":"2026-04-28T08:38:17.039Z","repository":{"id":203655773,"uuid":"709823194","full_name":"Alibaba2023/blog_app","owner":"Alibaba2023","description":"BlogApp An innovative web application built on Ruby on Rails, designed to empower you in establishing and maintaining a dynamic blog platform.  🛠 Built With","archived":false,"fork":false,"pushed_at":"2023-11-16T11:40:15.000Z","size":132,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-02-03T11:50:44.788Z","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/Alibaba2023.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-10-25T13:21:19.000Z","updated_at":"2024-02-03T07:40:41.000Z","dependencies_parsed_at":"2023-11-16T12:45:05.857Z","dependency_job_id":null,"html_url":"https://github.com/Alibaba2023/blog_app","commit_stats":null,"previous_names":["alibaba2023/blog_app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alibaba2023%2Fblog_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alibaba2023%2Fblog_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alibaba2023%2Fblog_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alibaba2023%2Fblog_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Alibaba2023","download_url":"https://codeload.github.com/Alibaba2023/blog_app/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246126664,"owners_count":20727594,"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":["rails","ruby"],"created_at":"2024-12-08T21:23:08.549Z","updated_at":"2026-04-28T08:38:11.969Z","avatar_url":"https://github.com/Alibaba2023.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## 📗 Table of Contents\n\n- [📖 About the Project](#about-project)\n  - [🛠 Built With](#built-with)\n  - [Key Features](#key-features)\n  - [Future Features](#future-project)\n- [💻 Getting Started](#getting-started)\n  - [Setup](#setup)\n  - [Prerequisites](#prerequisites)\n  - [Usage](#usage)\n- [👥 Authors](#authors)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show Your Support](#support)\n- [📜 License](#license)\n\n## 📖 About the Project \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n**BlogApp** An innovative web application built on Ruby on Rails, designed to empower you in establishing and maintaining a dynamic blog platform.\n\n\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\nConstructed with Ruby on Rails, an influential web framework celebrated for its user-friendly and efficient nature.\n\n\n##  Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- ✅ Interactive commentary system for engaging with articles.\n- ✅ Favoriting and unfavoriting articles.\n- ✅ Adaptable web design for various devices.\n- ✅ Reliable error management and data validation.\n\n\n## 🔭 Future Features \u003ca name=\"future-project\"\u003e\u003c/a\u003e\n- [ ] Advanced text editor for styling articles. ✅\n- [ ] Sharing articles on social media platforms. ✅\n- [ ] API connections to facilitate external integrations. ✅\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\nTo get started with the Blog App, follow the instructions below:\n\n### Prerequisites \u003ca name=\"prerequisites\"\u003e\u003c/a\u003e\n**Before you can run the Blog App, make sure you have the following prerequisites:**\n\n- ✅ **Ruby**: Ensure that Ruby is installed on your machine. If it's not installed, you can download and install it from the [official Ruby website](https://www.ruby-lang.org/en/documentation/installation/).\n\n- ✅ **Ruby on Rails**: You'll need the Ruby on Rails framework installed. If you don't have it yet, you can install it using the following command:\n  ```\n  gem install rails\n  ```\n- ✅ **PostgreSQL**: This project assumes the use of PostgreSQL as the default database. You can download PostgreSQL from the [official PostgreSQL website](https://www.postgresql.org/download/).\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 \u003ca name=\"setup\"\u003e\u003c/a\u003e\n\n1. ✔ Clone the project repository:\n\n   ```bash\n   git clone git@github.com:Alibaba2023/blog_app.git\n    ```\n2. ✔ Navigate to the project folder:\n\n    ```bash\n    cd blog_app\n    ```\n\n### 📖 Usage \u003ca name=\"usage\"\u003e\u003c/a\u003e\n\nTo get a local copy up and running, follow these steps.\nChoose the directory on your local machine where you want to copy the project. For example:\n\n```\ncd /home/user/name-of-your-directory\n```\n\nStart the Rails server:\n\nCopy code\n```bash\nrails server\n```\nOpen your web browser and go to http://localhost:3000 to access the Blog App.\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Ali Baba Hussaini**\n\n- GitHub: [@Alibaba2023](https://github.com/Alibaba2023/)\n- LinkedIn [Alibaba Hussaini](https://www.linkedin.com/in/ali-baba-hussaini-630607267/)\n  \n👤 **Hajnalka Oltyan**\n\n- GitHub: [@hajnaloltyan](https://github.com/hajnaloltyan)\n- LinkedIn: [Hajnal Oltyan](https://www.linkedin.com/in/hajnalka-oltyan/)\n\n## 🤝 Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nContributions, issues, and feature requests are welcome! \nFeel free to check the issues [page](https://github.com/Alibaba2023/blog_app/issues) and contribute to the project.\n\n## ⭐️ Show Your Support \u003ca name=\"support\"\u003e\u003c/a\u003e\nIf you find this project helpful, consider giving it a ⭐️ to show your support!\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\n## 📜 License \u003ca name=\"license\"\u003e\u003c/a\u003e\nThis project is [MIT](./LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falibaba2023%2Fblog_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falibaba2023%2Fblog_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falibaba2023%2Fblog_app/lists"}