BloggerHub is a feature-rich web application that empowers users to connect, share content, and engage in real-time conversations. Built on a robust tech stack including Next.js, GraphQL, WebSocket, Tailwind CSS, and Recoil, BloggerHub offers a seamless and modern experience for bloggers and content enthusiasts.
Connect with your friends and followers in real-time through our intuitive chat feature. Stay engaged and build a community around your content.
Share your thoughts, ideas, and creations with the world effortlessly. The content posting section allows you to create, edit, and publish your articles seamlessly.
BloggerHub boasts a clean and user-friendly interface, making it easy for both beginners and experienced bloggers to navigate the platform with ease.
Effortlessly manage your network of friends and followers. Stay connected with those who matter most and build meaningful relationships within the BloggerHub community.
Utilizing the power of React and server-side rendering for a fast and efficient web experience.
A flexible and efficient query language for APIs, providing a robust and seamless data fetching mechanism.
Enabling real-time communication, allowing users to chat instantly and stay connected in real-time.
A utility-first CSS framework that makes styling a breeze, ensuring a visually appealing and responsive design.
A state management library for React applications, providing a simple and efficient way to manage the application's state.
sudo docker-compose up
cd apps/web
cp .env.local .env
yarn install
yarn dev
cd packages/backend
yarn install
yarn prisma migrate dev
yarn prisma generate
yarn build
yarn start
Anyone can contribute to it.