{"id":17813464,"url":"https://github.com/v-blaze/blog-app","last_synced_at":"2025-03-17T22:31:00.422Z","repository":{"id":94905171,"uuid":"605041043","full_name":"V-Blaze/Blog-App","owner":"V-Blaze","description":"A full-stack blog app that allows users to create an account, create a blog post, add comments and likes to a post. Built with Ruby on Rails framework.","archived":false,"fork":false,"pushed_at":"2023-03-09T22:58:41.000Z","size":210,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-02-28T05:52:44.824Z","etag":null,"topics":["blog","crud-application","linter","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/V-Blaze.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-02-22T10:14:27.000Z","updated_at":"2023-04-28T18:46:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"987497b8-421e-4463-91e8-ade51909d5ad","html_url":"https://github.com/V-Blaze/Blog-App","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/V-Blaze%2FBlog-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/V-Blaze%2FBlog-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/V-Blaze%2FBlog-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/V-Blaze%2FBlog-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/V-Blaze","download_url":"https://codeload.github.com/V-Blaze/Blog-App/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243891961,"owners_count":20364610,"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":["blog","crud-application","linter","rails","ruby","ruby-on-rails"],"created_at":"2024-10-27T16:03:05.583Z","updated_at":"2025-03-17T22:31:00.417Z","avatar_url":"https://github.com/V-Blaze.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003c!-- TABLE OF CONTENTS --\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  - [🚀 Live Demo](#live-demo)\n- [💻 Getting Started](#getting-started)\n  - [Setup](#setup)\n  - [Prerequisites](#prerequisites)\n  - [Install](#install)\n  - [Usage](#usage)\n  - [Run tests](#run-tests)\n  - [Deployment](#triangular_flag_on_post-deployment)\n- [👥 Authors](#authors)\n- [🔭 Future Features](#future-features)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n- [❓ FAQ](#faq)\n- [📝 License](#license)\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n# 📖 BLOG APP \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n\u003e A full-stack blog app built with Roby on Rails framework\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n\u003c!-- \u003e Describe between 1-3 key features of the application. --\u003e\n\n- Add new blog post.\n- Create a user account.\n- Add comments to a 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 --\u003e\n\n\u003c!-- ## 🚀 Live Demo \u003ca name=\"live-demo\"\u003e\u003c/a\u003e --\u003e\n\n\u003c!-- \u003e Add a link to your deployed project. --\u003e\n\n\n\u003c!-- \u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e --\u003e\n\n\u003c!-- GETTING STARTED --\u003e\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\n\u003c!-- \u003e Describe how a new developer could make use of your project. --\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:\n\n```sh\n gem install rails\n```\n\n### Setup\n\nClone this repository to your desired folder:\n\n```sh\n git clone https://github.com/V-Blaze/Blog-App.git\n```\n\n\n\n### Install\n\nInstall this project with:\n\n```\n  cd Blog-App\n  bundle install\n```\n```\n  Setup database credentials\n  config/database.yml\n```\n\n\n### Usage\n\nTo run the project, execute the following command:\n\n```\nrails server\n```\n\n### Run tests\n\nTo run tests, run the following command:\n\n```\nrspec spec --format documentation\n```\n\n\u003c!-- ### Deployment\n\nYou can deploy this project using:\n\n```\n\n```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e --\u003e\n\n\u003c!-- AUTHORS --\u003e\n\n## 👥 Author \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n\u003c!-- \u003e Mention all of the collaborators of this project. --\u003e\n👤 **Valentine Blaze**\n\n- GitHub: [@V-blaze](https://github.com/V-Blaze)\n- Twitter: [@blaze_valentine](https://twitter.com/blaze_valentine)\n- LinkedIn: [@valentine-blaze](https://www.linkedin.com/in/valentine-blaze/)\n\n👤 **Eva-Lavinia Bucur**\n\n- GitHub: [@BucurEva87](https://github.com/BucurEva87)\n- Twitter: [@BucurEva](https://twitter.com/BucurEva)\n- LinkedIn: [Eva-Lavinia Bucur](https://www.linkedin.com/in/eva-lavinia-bucur)\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- FUTURE FEATURES --\u003e\n\n ## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e \n\n\u003c!-- \u003e Describe 1 - 3 features you will add to the project. --\u003e\n\n- Delete a user\n- Delete a post and edit a post\n- Add image in a post\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\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](../../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 ## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e \n\nIf you like this project, Please give it a ⭐️\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\nThanks [@microverse](https://www.microverse.org/)\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\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv-blaze%2Fblog-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fv-blaze%2Fblog-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv-blaze%2Fblog-app/lists"}