{"id":24149540,"url":"https://github.com/ayyush08/blogify","last_synced_at":"2026-04-15T10:32:30.466Z","repository":{"id":251382009,"uuid":"837248302","full_name":"ayyush08/Blogify","owner":"ayyush08","description":"Blogify is a full-stack blog application built with the MERN (MongoDB, Express.js, React, Node.js) stack. This project serves as a practical example of implementing a blog system, featuring user authentication, CRUD operations for posts, and a responsive design.","archived":false,"fork":false,"pushed_at":"2024-10-05T11:46:15.000Z","size":1115,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T17:31:02.349Z","etag":null,"topics":["backe","blog-platform","coding","expre","mern","mongodb","node","nosql","react","react-router","reactjs","redux"],"latest_commit_sha":null,"homepage":"https://blogify-client-zeta.vercel.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ayyush08.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-08-02T14:25:44.000Z","updated_at":"2024-10-05T11:46:18.000Z","dependencies_parsed_at":"2025-03-01T17:30:21.766Z","dependency_job_id":"7616be35-5e43-4d08-bc54-4d6ac1ffb647","html_url":"https://github.com/ayyush08/Blogify","commit_stats":null,"previous_names":["ayyush08/blogify"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ayyush08/Blogify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayyush08%2FBlogify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayyush08%2FBlogify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayyush08%2FBlogify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayyush08%2FBlogify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayyush08","download_url":"https://codeload.github.com/ayyush08/Blogify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayyush08%2FBlogify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31837165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T10:26:52.245Z","status":"ssl_error","status_checked_at":"2026-04-15T10:26:51.649Z","response_time":63,"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":["backe","blog-platform","coding","expre","mern","mongodb","node","nosql","react","react-router","reactjs","redux"],"created_at":"2025-01-12T08:39:00.311Z","updated_at":"2026-04-15T10:32:30.458Z","avatar_url":"https://github.com/ayyush08.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blogify - Your ultimate Blogging Platform\n\n Blogify is a fully featured Blog Application built using the MERN Stack (MongoDB, Express, React, Node.js) with advanced state management powered by **Redux**, secure authentication via **JWT**, and media uploads managed through **Cloudinary**, UI enhancementss using **Shadcn UI**,etc.\n\n## 🌟 Features\n- **User Authentication**: Secure sign-up/login with bcrypt \u0026 JWT.\n- Create, Read, Update, Delete (**CRUD**) operations for blogs.\n- Text Editor for creating blog posts.\n- Image Uploads: Powered by Cloudinary for seamless media management.\n- Comment Section: Users can interact with posts via comments.\n- Responsive Design: Fully optimized for mobile and desktop devices.\n- Redux for State Management: Simplified app-wide state management.\n\n## 🚀 Tech Stack\n\n\n### Frontend: \n\n- **React** alongside **Redux** for state management and **React Router** for smooth routing.\n-  **TailwindCSS** for styling\n- **ShadCN** UI Components - for immersive UI\n\n\n### Backend:\n- **Node.js**, **Express.js** for seamless REST APIs working.\n- Database: **MongoDB** (with Mongoose) for data management\n- Authentication: bcrypt, **JWT** for secure usage.\n- Image Uploads: **Cloudinary** API for easy image uploads processing.\n- Version Control: **Git/GitHub**\n\n## 📚 Usage\n- **SignUp** and **LogIn** to access your own dashboard containing you details and blogs.\n- **Create a post:** Write a Blog using the built-in text editor.\n- **Upload images:** Attach images such as blog thumbnail and user profile pic.\n- **Manage your activity**: Like, Unlike your blogs/comments or delete you own blogs or comments as per your choice\n- **Interact with other users**: Comment on blog posts and engage with the community.\n\n## 🛠️ Installation\nTo get a local copy of the project up and running, follow these steps:\n\n### 1. Clone the repo\n```js\ngit clone https://github.com/ayyush08/Blogify.git\ncd Blogify\n```\n\n### 2. Install dependencies\n\n- Install server dependencies\n```js\ncd backend\nnpm install\n```\n- Install client dependencies\n```js\ncd ../frontend\nnpm install\n```\n### 3. Set up environment variables\nCreate a .env file in the backend directory and add the following:\n\n```js\nPORT=your_port\nALLOWED_ORIGINS=your_frontend_url\n\nMONGO_URI=your_mongo_connection_string\n\nACCESS_TOKEN_SECRET=your_own_secret_for_access_tokens\nACCESS_TOKEN_EXPIRY=your_own_expiry_time_for_access_tokens\n\n\nREFRESH_TOKEN_SECRET=your_own_secret_for_refresh_tokens\nREFRESH_TOKEN_EXPIRY=your_own_expiry_time_for_refresh_tokens\n\nCLOUDINARY_CLOUD_NAME=your_cloudinary_cloud_name\nCLOUDINARY_API_KEY=your_cloudinary_api_key\nCLOUDINARY_API_SECRET=your_cloudinary_api_secret\n\nVITE_API_BASE_URL=your_backend_endpoint\n```\n\n### 4. Run the app\nIn two separate terminals, start the server and the client:\n1. Start the server (backend)\n```js\ncd backend\nnpm run dev\n```\n\n2. Start the client (frontend)\n```js\ncd frontend\nnpm run dev\n```\nThe app should now be running on http://localhost:5173.\n\n\n## Deployment\nThis project's backend is deployed using render and frontend is deployed using vercel.\nYou can check it out here:\n https://blogify-client-zeta.vercel.app/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayyush08%2Fblogify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayyush08%2Fblogify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayyush08%2Fblogify/lists"}