{"id":48723711,"url":"https://github.com/jecode93/blog-app","last_synced_at":"2026-04-11T21:01:15.306Z","repository":{"id":203644667,"uuid":"709455526","full_name":"jecode93/blog-app","owner":"jecode93","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-19T22:52:27.000Z","size":133,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2024-05-18T15:30:10.029Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/jecode93.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}},"created_at":"2023-10-24T18:53:14.000Z","updated_at":"2023-11-27T07:04:14.000Z","dependencies_parsed_at":"2023-11-12T04:25:47.858Z","dependency_job_id":"3a684318-781d-4616-8c3d-830244fa96bc","html_url":"https://github.com/jecode93/blog-app","commit_stats":null,"previous_names":["jecode93/blog-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jecode93/blog-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jecode93%2Fblog-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jecode93%2Fblog-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jecode93%2Fblog-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jecode93%2Fblog-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jecode93","download_url":"https://codeload.github.com/jecode93/blog-app/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jecode93%2Fblog-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31695165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T20:18:30.949Z","status":"ssl_error","status_checked_at":"2026-04-11T20:18:29.982Z","response_time":54,"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":"2026-04-11T21:00:40.207Z","updated_at":"2026-04-11T21:01:15.295Z","avatar_url":"https://github.com/jecode93.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📗 Table of Contents\n\n- [📗 Table of Contents](#-table-of-contents)\n- [TDD](#tdd)\n  - [Built With](#built-with)\n    - [Tech Stack ](#tech-stack-)\n    - [Key Features ](#key-features-)\n  - [Getting Started](#getting-started)\n    - [Prerequisites](#prerequisites)\n    - [Setup](#setup)\n    - [Install](#install)\n    - [Usage](#usage)\n    - [Run tests](#run-tests)\n  - [Authors](#authors)\n  - [🔭 Future Features ](#-future-features-)\n  - [🤝 Contributing](#-contributing)\n  - [Show your support](#show-your-support)\n  - [Acknowledgments](#acknowledgments)\n  - [📝 License](#-license)\n\n# TDD\n\n**Blog App** is a classic example of a blog website. It is a fully functional website that shows the list of posts and empowers readers to interact with them by adding comments and liking posts.\n\n\n\n## Built With\n\n- Ruby on Rails\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\n\n\u003cdetails\u003e\n  \u003csummary\u003eServer\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\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n\u003e Some useful features\n\n- **Create Ruby on Rails project**\n- **Project 1: Creating a data model.**\n- **Project 2: Validations and Model specs.**\n- **Project 3: Processing data in models.**\n- **Project 4: Setup and controllers.**\n- **Project 5: Controllers specs.**\n- **Project 6: Views.**\n- **Project 7: Forms.**\n- **Project 8: Integration specs for Views and fixing n+1 problems.**\n- **Project 9: Add Devise.**\n- **Project 10: Add authorization rules.**\n- **Project 11: Add API endpoints.**\n\n\n## Getting Started\n\nTo get a local copy up and running follow these simple example steps.\n\n### Prerequisites\nIn order to run this project you need:\n\n- GitHub account;\n- Git installed on your OS;\n- VSCode (or another code editor);\n- [Ruby](https://www.ruby-lang.org/en/documentation/installation/) installed;\n- rails 7 installed\n\n\n### Setup\n- Clone the repository\n- Open the project folder in Visual Studio Code\n\n### Install\n\nInstall this project using:\n\n- cd project/directory\n- Git clone [Blog app](https://github.com/jecode93/blog-app.git)\n- \n\n```sh\n  cd blog-app\n  bundle install\n```\n\n### Usage\n\nTo run the project, execute the following command:\n\n- In the terminal run `rails server` file\n- Go to `localhost:3000`\n\n\n### Run tests\n\nTo run tests, run the following command:\n`rspec spec/solver_spec.rb`\n\nYou can also check linter errors by running these commands:\n`rubocop`\n\n\n\u003c!-- LIVE DEMO --\u003e\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\n## Authors\n\n👤 **Jean Emmanuel Cadet**\n- GitHub: [@jecode93](https://github.com/jecode93)\n- LinkedIn: [jean-emmanuel-cadet](https://www.linkedin.com/in/jean-emmanuel-cadet/)\n- Facebook: [@jecode93](https://www.facebook.com/jecode93)\n- Instagram: [@jecode93](https://instagram.com/jecode93)\n- Twitter: [@jecode93](https://twitter.com/jecode93)\n\n👤 **Mohamed Aden Ighe**\n\n- GitHub: [@katarighe](https://github.com/katarighe)\n- Twitter: [@katarighe](https://twitter.com/katarighe)\n- LinkedIn: [@mighe](https://linkedin.com/in/mighe)\n\n\u003c!-- FUTURE FEATURES --\u003e\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n- [ ] **UI**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](../../issues/).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## Acknowledgments\n\n- Thanks to the Microverse team for the great curriculum.\n- Thanks to the Code Reviewer(s) for the insightful feedback.\n- A great thanks to My coding partner(s), morning session team, and standup team for their contributions.\n\n## 📝 License\n\nThis project is [MIT](./LICENSE) licensed.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjecode93%2Fblog-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjecode93%2Fblog-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjecode93%2Fblog-app/lists"}