{"id":14985879,"url":"https://github.com/mohammadshehadeh/blogify","last_synced_at":"2026-01-05T02:11:53.453Z","repository":{"id":254577689,"uuid":"845232943","full_name":"MohammadShehadeh/blogify","owner":"MohammadShehadeh","description":"Blogify is a place where users can log into to share their thoughts, idea and experiences.","archived":false,"fork":false,"pushed_at":"2025-01-20T22:17:47.000Z","size":1890,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T11:12:44.713Z","etag":null,"topics":["actions","authjs","drizzle","drizzle-kit","drizzle-orm","nextjs","prisma","shadcn-ui","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://blogify-mocha.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MohammadShehadeh.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":"2024-08-20T21:10:04.000Z","updated_at":"2024-12-31T16:55:25.000Z","dependencies_parsed_at":"2024-08-24T13:55:05.739Z","dependency_job_id":"1b54f4c9-3032-4fda-b650-aade506681d3","html_url":"https://github.com/MohammadShehadeh/blogify","commit_stats":{"total_commits":19,"total_committers":1,"mean_commits":19.0,"dds":0.0,"last_synced_commit":"c2600ec64ee1d168a6c8d7596b12245c6ff89961"},"previous_names":["mohammadshehadeh/blogify"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohammadShehadeh%2Fblogify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohammadShehadeh%2Fblogify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohammadShehadeh%2Fblogify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohammadShehadeh%2Fblogify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MohammadShehadeh","download_url":"https://codeload.github.com/MohammadShehadeh/blogify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244825194,"owners_count":20516587,"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":["actions","authjs","drizzle","drizzle-kit","drizzle-orm","nextjs","prisma","shadcn-ui","tailwindcss","typescript"],"created_at":"2024-09-24T14:11:49.397Z","updated_at":"2026-01-05T02:11:53.425Z","avatar_url":"https://github.com/MohammadShehadeh.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blogify\n\nBlogify is a place where users can log into to share their thoughts, idea and experiences.\n\n[System Design](https://excalidraw.com/#json=-UNyj3YgL0ijgmUiYz3I2,jyLdpomiGPRlYMrrF2xujA) outlining the architecture of application, describes how different components interact, data flow, and the reasoning behind the design decisions.\n\n## Key Features\n\n- User-friendly design\n- Login and registration process\n- Create, update, view, and delete post\n- Engage with others through comments, with options to add and remove feedback\n\n## Getting Started\n\nThis is a [Next.js](https://nextjs.org/) project bootstrapped with\n[`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\n## Prerequisites\n\nBefore you begin, ensure you have the following installed:\n\n- Node.js: [Download and install Node.js](https://nodejs.org/)\n\n## Installation\n\n#### Clone the repository:\n\n```bash\ngit clone git@github.com:MohammadShehadeh/blogify.git\ncd blogify\n```\n\n#### Select the desired Node.js version:\n\n```bash\nnvm use\n```\n\n- nvm: [Installing and Updating](https://github.com/nvm-sh/nvm#installing-and-updating)\n\n### Environment Variables\n\nThe following environment variables are required for the proper functioning of the project.\\\nCreate a `.env` file in the root directory and add the following values:\n\n#### `NEXT_PUBLIC_VERCEL_URL`\n\n- The base URL for the Vercel deployment of your application.\n- Example: `NEXT_PUBLIC_VERCEL_URL=https://your-vercel-app.vercel.app`\n\n#### `POSTGRES_PRISMA_URL`\n\n- The Prisma connection URL for the PostgreSQL database.\n- Example: POSTGRES_PRISMA_URL=postgres://user:password@host:port/database\n\n#### `POSTGRES_URL_NON_POOLING`\n\n- The non-pooling connection URL for the PostgreSQL database.\n- Example: POSTGRES_URL_NON_POOLING=`postgres://user:password@host:port/database`\n\n#### `AUTH_SECRET`\n\n- A secret key used for signing session cookies to maintain user sessions.\n- Example: `AUTH_SECRET=your_secure_secret_key`\n\n#### Install dependencies:\n\n```bash\nnpm ci\n```\n\n#### Run the project:\n\n```bash\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n#### Build for Production:\n\n```bash\nnpm run build\n```\n\nBuilds the app for production to the `.next` folder.\\\nIt correctly bundles Next in production mode and optimizes the build for the best performance.\n\nnote: make sure to create a `.env` file in the root directory before running this command\n\n#### Run in Production Mode:\n\n```bash\nnpm run start\n```\n\nExecute this script to run the Next.js app in production mode. Once the app is running,\\\nyou can access it in the browser at [http://localhost:3000](http://localhost:3000)\\\nThis command is typically used after running the `npm run build` script.\n\n#### Format Code with Prettier:\n\n```bash\nnpm run prettier\n```\n\nPrettier is used for code formatting. To ensure consistent formatting throughout the project.\\\nThis command will automatically format the code based on the rules defined in the `.prettierrc.js`\\\nconfiguration file.\n\n#### Run Linter:\n\n```bash\nnpm run lint\n```\n\nRun the linter to analyze the code for potential errors.\n\n#### Run Unit tests:\n\n```bash\nnpm run test\n```\n\nRun the tests to analyze the code for potential bugs.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your\nfeedback and contributions are welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohammadshehadeh%2Fblogify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohammadshehadeh%2Fblogify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohammadshehadeh%2Fblogify/lists"}