Skip to content
/ Hive Public

Hive is a social networking platform featuring profile creation, CRUD operations for threads (called buzzes) and communities, multi-level comments on buzzes, and search functionality. It includes activity feeds, profile and community tabs, and personalized suggestions. Built with Next.js, MongoDB, TailwindCSS and React Hook. Components by ShadCN UI

Notifications You must be signed in to change notification settings

alvinsjoy/Hive

Repository files navigation

Hive is a modern web application designed to enhance community engagement and social interactions. With a focus on user-friendly interfaces and robust functionality, Hive offers a range of features to create a dynamic social experience.

Features

  • Onboarding and Profile Creation: Effortlessly set up and customize user profiles.
  • Communities: Create communities, join as members, and post thread (buzz) as a community member.
  • Content Management (CRUD): Create, read, update, and delete threads (buzzes), Communities, and Profiles.
  • Multi-level Comments: Engage in in-depth discussions with nested comments on buzzes.
  • Search: Discover and connect with profiles and communities using the search functionality.
  • Activity Feed: Stay updated with real-time notifications when other users comment on your buzz.
  • Profile Tabs: Display a list of your buzzes and replies for easy access.
  • Community Tabs: View buzzes made in the community and members of the community.
  • Suggested Communities and Profiles: Explore new communities and profiles.

Technologies Used

Get Started

To get this project up and running locally, follow these step-by-step instructions.

Prerequisites

In order to install and run this project locally, you would need to have the following installed on your local machine.

Install and Run Locally

Step 1: Clone this repository:

git clone https://github.com/alvinsjoy/Hive.git
cd Hive

Step 2: Create an .env.local file with the following values:

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/signin
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/signup
MONGODB_URL=
UPLOADTHING_SECRET=
UPLOADTHING_APP_ID=
NEXT_CLERK_WEBHOOK_SECRET=
  • Create a Clerk account and set the CLERK_PUBLISHABLE_KEY and CLERK_SECRET_KEY in .env.local.

  • Create a MongoDB database and connect it to the application, change the MONGODB_URL in .env.local.

  • Create an UploadThing account and set the UPLOADTHING_SECRET and UPLOADTHING_APP_ID in .env.local.

  • Create a new webhook on Clerk Dashboard. Select the events, "organization", "organizationDomain", "organizationInvitation" and "organizationMembership". Get the signing secret and set it as CLERK_WEBHOOK_SECRET in .env.local.

Step 3:

npm install
npm run dev

Contributing

To fix a bug or enhance an existing module, follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b new-feature)
  3. Make the appropriate changes in the files
  4. Commit your changes (git commit -am 'new feature')
  5. Push to the branch (git push origin new-feature)
  6. Create a Pull Request

About

Hive is a social networking platform featuring profile creation, CRUD operations for threads (called buzzes) and communities, multi-level comments on buzzes, and search functionality. It includes activity feeds, profile and community tabs, and personalized suggestions. Built with Next.js, MongoDB, TailwindCSS and React Hook. Components by ShadCN UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published