{"id":22973867,"url":"https://github.com/reynoldarun09/mern-blog-application","last_synced_at":"2026-01-24T09:36:35.316Z","repository":{"id":208249839,"uuid":"716712788","full_name":"ReynoldArun09/mern-blog-application","owner":"ReynoldArun09","description":"MERN Blog App: Basic Blog App built with mern stack, create, update, delete, comment. with authentication and authorization","archived":false,"fork":false,"pushed_at":"2025-07-21T09:32:08.000Z","size":520,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T12:27:49.697Z","etag":null,"topics":["axios","cloudinary","docker","docker-compose","grafana","jest","jwt-authentication","mongoose","node","prometheus","reactjs","recoil","shadcn-ui","tailwindcss","tanstack-react-query","typescript","vite","winston","zod"],"latest_commit_sha":null,"homepage":"https://super-jelly-727c23.netlify.app/","language":"TypeScript","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/ReynoldArun09.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-09T17:59:40.000Z","updated_at":"2025-07-21T09:32:12.000Z","dependencies_parsed_at":"2024-12-04T15:20:08.356Z","dependency_job_id":"2088f3e6-3e52-4330-ad6a-5c218b8dfe15","html_url":"https://github.com/ReynoldArun09/mern-blog-application","commit_stats":null,"previous_names":["beast-rey/mern-blog-app","reynoldarun09/mern-blog-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ReynoldArun09/mern-blog-application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReynoldArun09%2Fmern-blog-application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReynoldArun09%2Fmern-blog-application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReynoldArun09%2Fmern-blog-application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReynoldArun09%2Fmern-blog-application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ReynoldArun09","download_url":"https://codeload.github.com/ReynoldArun09/mern-blog-application/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReynoldArun09%2Fmern-blog-application/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28723493,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T08:27:05.734Z","status":"ssl_error","status_checked_at":"2026-01-24T08:27:01.197Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["axios","cloudinary","docker","docker-compose","grafana","jest","jwt-authentication","mongoose","node","prometheus","reactjs","recoil","shadcn-ui","tailwindcss","tanstack-react-query","typescript","vite","winston","zod"],"created_at":"2024-12-14T23:59:07.086Z","updated_at":"2026-01-24T09:36:35.312Z","avatar_url":"https://github.com/ReynoldArun09.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MERN Blog app\nBlog app built with mern stack\n\n## Tech Stack\n\n- **Client:** React, Typescript\n- **Server:** Node, Typescript, Express, Docker, Mongo(mongoose)\n- **Monitoring tools:** Prometheus, Grafana, Grafana Loki,\n\n\n## 🔗 Links\n- Live: https://super-jelly-727c23.netlify.app/\n- Code: https://github.com/ReynoldArun09/mern-blog-application\n\n## Table of Contents\n\n- [Features](#features)\n- [Technologies](#technologies)\n- [Project Structure](#project-structure)\n\n\n## Features\n\n- [x] Light/dark mode toggle\n- [x] Login/Register\n- [x] Create Blog post\n- [x] Add comment\n- [x] Delete comment\n- [x] Search blogs\n- [x] Edit profile\n\n\n\n## 🛠 Technologies\n\n- Javascript\n- React\n- Tailwind \n- Tanstack-Query\n- Shadcn ui\n- React-hook-form\n- Recoil\n- Vite\n- Axios\n- Node\n- Express \n- Typescript\n- Zod\n- Docker\n- Moongose\n- Multer\n- cloudinary\n\n## Project Structure\n\n```\nclient\\\n  |--src\\\n      |--apis            # tanstack query\n      |--atoms           # state management\n      |--axios           # axios connection\n      |--components      # Components              \n      |--pages           # routes\n      |--utils           # schema types interface\nserver\\\n  |--src\\\n      |--database\\       # Mongoose configuration\n      |--handlers        # Route handlers\n      |--helper          # Interface types enum\n      |--middlewares\\    # Custom express middlewares\n      |--models\\         # Mongoose models\n      |--routes\\         # Applicaton routes\n      |--utils\\          # utilities Zod validation Nodemailer\n      |--app.ts          # Express app\n      |--index.ts        # Server configuration\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freynoldarun09%2Fmern-blog-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freynoldarun09%2Fmern-blog-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freynoldarun09%2Fmern-blog-application/lists"}