{"id":15147567,"url":"https://github.com/ujen5173/hashnode","last_synced_at":"2025-04-06T19:13:24.630Z","repository":{"id":169661161,"uuid":"645372320","full_name":"ujen5173/Hashnode-1.0","owner":"ujen5173","description":"Introducing Hashnode Clone: A full-stack application replicating Hashnode's functionalities. Built with Next.js 12, Tailwind CSS, t3-stack, Stripe and Drizzle. 🚀","archived":false,"fork":false,"pushed_at":"2024-11-05T20:02:07.000Z","size":8741,"stargazers_count":93,"open_issues_count":0,"forks_count":18,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-06T19:13:19.767Z","etag":null,"topics":["drizzle","drizzle-orm","drizzleorm","hashnode","hashnode-blog","hashnode-clone","lucide-icons","next-auth","nextjs","open-source","postgresql","prisma","prisma-orm","reactjs","stripe","stripe-subscriptions","t3-stack","tailwindcss","trpc","uploadthing"],"latest_commit_sha":null,"homepage":"https://hashnode-t3.vercel.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/ujen5173.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":"2023-05-25T14:00:15.000Z","updated_at":"2025-03-27T11:01:34.000Z","dependencies_parsed_at":"2024-04-12T19:29:12.265Z","dependency_job_id":"6ce3d052-881f-4f7d-8b37-a41a3acaddb7","html_url":"https://github.com/ujen5173/Hashnode-1.0","commit_stats":{"total_commits":184,"total_committers":2,"mean_commits":92.0,"dds":0.07065217391304346,"last_synced_commit":"357411cba4024dc65911a42f7592ef132fa252a8"},"previous_names":["ujen5173/hashnode"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ujen5173%2FHashnode-1.0","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ujen5173%2FHashnode-1.0/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ujen5173%2FHashnode-1.0/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ujen5173%2FHashnode-1.0/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ujen5173","download_url":"https://codeload.github.com/ujen5173/Hashnode-1.0/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247535520,"owners_count":20954576,"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":["drizzle","drizzle-orm","drizzleorm","hashnode","hashnode-blog","hashnode-clone","lucide-icons","next-auth","nextjs","open-source","postgresql","prisma","prisma-orm","reactjs","stripe","stripe-subscriptions","t3-stack","tailwindcss","trpc","uploadthing"],"created_at":"2024-09-26T12:42:26.624Z","updated_at":"2025-04-06T19:13:24.607Z","avatar_url":"https://github.com/ujen5173.png","language":"TypeScript","readme":"\u003e [!NOTE]\n\u003e This project will no longer be updated. I am planning to create a new Hashnode clone using the latest technologies and a highly optimized build for improved performance.\n\n# Hashnode Clone\n\nThis is a **full-stack application** that serves as a clone of the popular blogging website, _Hashnode_. The purpose of this project is to showcase my skills in web development and serve as a learning experience. I have utilized Next.js, Nextjs, Tailwind CSS, and the T3 stack with PostgreSQL as the technology stack for this project. With a plethora of exciting features, this intermediate-level project replicates most of the functionalities found on the original Hashnode website. I hope you enjoy this project as much as I enjoyed building it. Cheers 🍻. Contributions are welcome!\n\n## Table of Contents\n\n- Features\n- Installation\n- Setting up the development environment\n- Contribution\n\n## Features\n\n1. Authentication\n2. User blogging dashboard\n3. Search Functionality\n4. Follow user/tag\n5. Notifications\n6. Text completion AI\n7. Payment Gateway using stripe\n\n## Installation\n\nClone the repository\n\n```\n git clone https://github.com/ujen5173/hashnode.git\n```\n\nNavigate to the project directory:\n\n```\n  cd hashnode\n```\n\nInstall the dependencies:\n\n```\n  yarn\n```\n\n### Create account in the below services and get the API keys\n\n- [Google Cloud](https://console.cloud.google.com/)\n- [Uploadthing for image upload](https://uploadthing.com/)\n- [Railway for database](https://railway.app/)\n- [Stripe for payment](https://stripe.com/)\n- [Google AI for text completion](https://ai.google.dev/)\n\n### Setting up the datase\n- Create an account on [Railway](https://railway.app) to setup cloud postgresql database.\n- Navigate to the [railway new app](https://railway.app/new) and choose Provision PostgreSQL.\n- Access the Variables section within the newly created database.\n- Retrieve the DATABASE_URL and transfer it to the .env file under the same name.\n- Execute yarn db:dev to upload the schema to the Railway database.\n \n### Setting up the development environment\n\n- Set up the required environment variables. Refer to the `.env.example` file for the necessary variables.\n- Create `.env` file in the root directory of the project and add the environment variables with reference to the `.env.example` file.\n- Create an account in neon.tech for pushing database to the cloud. Use the neon database URL in the `.env` file -\u003e `DATABASE_URL`.\n- Push the database schema to your PostgreSQL database: `yarn db:dev`. (OPTIONAL IF YOU HAVE ALREADY PUSH THE DATABASE)\n- Start the development server: `yarn dev`\n- Open your web browser and visit **http://localhost:3000**\n\n## Contribution\n\nContributions are welcome! If you would like to contribute to this project, please follow these steps:\n\n- Create issues for bugs and new features you would like to add.\n- After an issue has been approved, you can create a pull request.\n- Fork this repository.\n- Create a new branch for your contribution: `git checkout -b feature/your-feature`\n- Make your changes and commit them: `git commit -m \"Add your message here\"`\n- Push the changes to your branch: `git push origin feature/your-feature`\n- Open a pull request.\n\nCheers 🍻.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fujen5173%2Fhashnode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fujen5173%2Fhashnode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fujen5173%2Fhashnode/lists"}