{"id":19864697,"url":"https://github.com/m-yasirghaffar/blog-web-app-fullstack-nextjs","last_synced_at":"2026-04-14T06:32:40.376Z","repository":{"id":242420039,"uuid":"805678542","full_name":"M-YasirGhaffar/blog-web-app-fullstack-nextjs","owner":"M-YasirGhaffar","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-04T09:42:20.000Z","size":5631,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T15:37:18.301Z","etag":null,"topics":["blog","deployment","full-stack","github-oauth2","google-oauth2","mongodb","mongodb-atlas","nextj","oauth2","prisma","vercel"],"latest_commit_sha":null,"homepage":"https://blog-web-app-fullstack-nextjs.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/M-YasirGhaffar.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-05-25T06:42:40.000Z","updated_at":"2024-06-04T10:32:27.000Z","dependencies_parsed_at":"2024-11-12T15:32:20.405Z","dependency_job_id":null,"html_url":"https://github.com/M-YasirGhaffar/blog-web-app-fullstack-nextjs","commit_stats":null,"previous_names":["m-yasirghaffar/blog-web-app-fullstack-nextjs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M-YasirGhaffar%2Fblog-web-app-fullstack-nextjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M-YasirGhaffar%2Fblog-web-app-fullstack-nextjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M-YasirGhaffar%2Fblog-web-app-fullstack-nextjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M-YasirGhaffar%2Fblog-web-app-fullstack-nextjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/M-YasirGhaffar","download_url":"https://codeload.github.com/M-YasirGhaffar/blog-web-app-fullstack-nextjs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241273920,"owners_count":19937103,"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","deployment","full-stack","github-oauth2","google-oauth2","mongodb","mongodb-atlas","nextj","oauth2","prisma","vercel"],"created_at":"2024-11-12T15:19:32.462Z","updated_at":"2025-11-24T08:02:02.691Z","avatar_url":"https://github.com/M-YasirGhaffar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Next Blog - A Next.js Blog Application\n\nThis is a full-featured blog application built with Next.js, Prisma, and Firebase. It includes features like user authentication, post creation, post search, and theme toggling.\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\n\n### Prerequisites\n\n- Node.js\n- npm\n- A Firebase account\n- A Google account (for OAuth)\n- A GitHub account (for OAuth)\n\n### Installation\n\n1. Clone the repository:\n\n```sh\ngit clone https://github.com/yourusername/next-blog.git\n```\n\n2. Install the dependencies:\n\n```sh\ncd next-blog\nnpm install\n```\n\n3. Copy the [``.env.example``](command:_github.copilot.openRelativePath?%5B%7B%22scheme%22%3A%22file%22%2C%22authority%22%3A%22%22%2C%22path%22%3A%22%2FC%3A%2FUsers%2FKiteretsu%2FDesktop%2Fnext-blog%2F.env.example%22%2C%22query%22%3A%22%22%2C%22fragment%22%3A%22%22%7D%5D \"c:\\Users\\Kiteretsu\\Desktop\\next-blog\\.env.example\") file to a new file named [``.env``](command:_github.copilot.openRelativePath?%5B%7B%22scheme%22%3A%22file%22%2C%22authority%22%3A%22%22%2C%22path%22%3A%22%2FC%3A%2FUsers%2FKiteretsu%2FDesktop%2Fnext-blog%2F.env%22%2C%22query%22%3A%22%22%2C%22fragment%22%3A%22%22%7D%5D \"c:\\Users\\Kiteretsu\\Desktop\\next-blog\\.env\"):\n\n```sh\ncp .env.example .env\n```\n\n4. Fill in the [``.env``](command:_github.copilot.openRelativePath?%5B%7B%22scheme%22%3A%22file%22%2C%22authority%22%3A%22%22%2C%22path%22%3A%22%2FC%3A%2FUsers%2FKiteretsu%2FDesktop%2Fnext-blog%2F.env%22%2C%22query%22%3A%22%22%2C%22fragment%22%3A%22%22%7D%5D \"c:\\Users\\Kiteretsu\\Desktop\\next-blog\\.env\") file with your environment variables:\n\n```env\nGOOGLE_ID = \u003cyour-google-id\u003e\nGOOGLE_SECRET = \u003cyour-google-secret\u003e\nNEXT_PUBLIC_NEXTAUTH_URL = \u003cyour-next-auth-url\u003e\nNEXTAUTH_SECRET = \u003cyour-next-auth-secret\u003e\nDATABASE_URL = \u003cyour-database-url\u003e\n\nFIREBASE_API_KEY=\u003cyour-firebase-api-key\u003e\nFIREBASE_AUTH_DOMAIN=\u003cyour-firebase-auth-domain\u003e\nFIREBASE_PROJECT_ID=\u003cyour-firebase-project-id\u003e\nFIREBASE_STORAGE_BUCKET=\u003cyour-firebase-storage-bucket\u003e\nFIREBASE_MESSAGING_SENDER_ID=\u003cyour-firebase-messaging-sender-id\u003e\nFIREBASE_APP_ID=\u003cyour-firebase-app-id\u003e\nFIREBASE_MEASUREMENT_ID=\u003cyour-firebase-measurement-id\u003e\n\nGITHUB_ID = \u003cyour-github-id\u003e\nGITHUB_SECRET = \u003cyour-github-secret\u003e\n```\n\n5. Run the development server:\n\n```sh\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n## Features\n\n- User Authentication: Users can log in using Google or GitHub OAuth.\n- Post Creation: Authenticated users can create new blog posts.\n- Post Search: Users can search for posts by title or content.\n- Theme Toggling: Users can switch between light and dark themes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-yasirghaffar%2Fblog-web-app-fullstack-nextjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm-yasirghaffar%2Fblog-web-app-fullstack-nextjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-yasirghaffar%2Fblog-web-app-fullstack-nextjs/lists"}