{"id":21663709,"url":"https://github.com/evgenywas/nuxt3-blog","last_synced_at":"2026-02-25T09:41:00.025Z","repository":{"id":195373585,"uuid":"692788630","full_name":"EvgenyWas/nuxt3-blog","owner":"EvgenyWas","description":"My pet-project of the blog website","archived":false,"fork":false,"pushed_at":"2025-02-16T21:54:18.000Z","size":982,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-06T09:08:58.421Z","etag":null,"topics":["cloudinary","github-authentication","google-authentication","jwt-authentication","mongodb","mongoose","nuxt-content","nuxt3","typescript","vuejs","vuetify"],"latest_commit_sha":null,"homepage":"https://nuxt3-blog-mu.vercel.app","language":"TypeScript","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/EvgenyWas.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-09-17T15:32:36.000Z","updated_at":"2025-02-16T21:54:21.000Z","dependencies_parsed_at":"2023-09-17T17:42:00.030Z","dependency_job_id":"2fd0a7f1-e90a-4f9e-a920-3f8ddf6c638f","html_url":"https://github.com/EvgenyWas/nuxt3-blog","commit_stats":null,"previous_names":["evgenywas/nuxt3-capabilities"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvgenyWas%2Fnuxt3-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvgenyWas%2Fnuxt3-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvgenyWas%2Fnuxt3-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvgenyWas%2Fnuxt3-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EvgenyWas","download_url":"https://codeload.github.com/EvgenyWas/nuxt3-blog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252983757,"owners_count":21835764,"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":["cloudinary","github-authentication","google-authentication","jwt-authentication","mongodb","mongoose","nuxt-content","nuxt3","typescript","vuejs","vuetify"],"created_at":"2024-11-25T10:28:04.554Z","updated_at":"2026-02-25T09:40:54.989Z","avatar_url":"https://github.com/EvgenyWas.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# [Nuxt3 Blog](https://nuxt3-blog-mu.vercel.app/)\n\n🖼 My pet-project of the blog website\n\n\u003c/div\u003e\n\n---\n\n## ⚒️ Tech stack\n\u003cdiv\u003e\n\u003cimg alt=\"Nuxt\" src=\"https://img.shields.io/badge/NuxtJS-0f172a?logo=nuxtdotjs\"\u003e\n\u003cimg alt=\"Nuxt Content\" src=\"https://img.shields.io/badge/NuxtContent-0f172a?logo=nuxtdotjs\"\u003e\n\u003cimg alt=\"Vuetify\" src=\"https://img.shields.io/badge/Vuetify-0f172a?logo=vuetify\"\u003e\n\u003cimg alt=\"TypeScript\" src=\"https://img.shields.io/badge/TypeScript-0f172a?logo=typescript\"\u003e\n\u003cimg alt=\"Vercel\" src=\"https://img.shields.io/badge/Vercel-0f172a?logo=vercel\"\u003e\n\u003cimg alt=\"PNPM\" src=\"https://img.shields.io/badge/PNPM-0f172a?logo=pnpm\"\u003e\n\u003cimg alt=\"MongoDB\" src=\"https://img.shields.io/badge/MongoDB-0f172a?logo=mongodb\"\u003e\n\u003cimg alt=\"Mongoose\" src=\"https://img.shields.io/badge/Mongoose-0f172a?logo=mongoosedotws\"\u003e\n\u003cimg alt=\"Zod\" src=\"https://img.shields.io/badge/Zod-0f172a?logo=zod\"\u003e\n\u003cimg alt=\"Cloudinary\" src=\"https://img.shields.io/badge/Cloudinary-0f172a?logo=cloudinary\"\u003e\n\u003c/div\u003e\n\n- **Framework** → [Nuxt](https://nuxtjs.org/)\n- **Content** → [Nuxt Content](https://content.nuxtjs.org/)\n- **Design System** → [Vuetify](https://vuetifyjs.com/)\n- **Language** → [Typescript](https://www.typescriptlang.org/)\n- **Deployment** → [Vercel](https://vercel.com/)\n- **Package Manager** → [pnpm](https://pnpm.io/)\n- **Data Base** → [MongoDB](https://www.mongodb.com/)\n\n## ⚡ Running locally\n\n```bash\n# Installation (recommended for nuxt3)\npnpm i --shamefully-hoist\n\n# Development server\npnpm dev\n```\n\nAdd a `.env` file with the following content:\n\n```env\n# Cloudinary\nNUXT_CLOUDINARY_CLOUD_NAME=...\nNUXT_CLOUDINARY_API_KEY=...\nNUXT_CLOUDINARY_API_SECRET=...\n\n# MongoDB\nNUXT_MONGODB_URL=...\n\n# GitHub\nNUXT_GITHUB_CLIENT_ID=...\nNUXT_GITHUB_CLIENT_SECRET=...\n\n# Google\nNUXT_GOOGLE_CLIENT_ID=...\nNUXT_GOOGLE_CLIENT_SECRET=...\n\n# JWT\nNUXT_JWT_ACCESS_SECRET=...\nNUXT_JWT_REFRESH_SECRET=...\n\n# Your app URL\nNUXT_PUBLIC_APP_URL=...\n```\n\n## 📄 License\n\n[MIT](./LICENSE) © Yauheni Vasiukevich\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevgenywas%2Fnuxt3-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevgenywas%2Fnuxt3-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevgenywas%2Fnuxt3-blog/lists"}