Skip to content

TaurusVB/quewitter-clone-wp

Repository files navigation

Quewitter - Twitter Clone

Quewitter is a custom clone of the popular Twitter platform, allowing users to create posts, share thoughts, and follow other users. Quewitter provides a familiar interface and functionality to easily start using the service.

The application includes the following features:

  • Authentication system
  • Notification system
  • Image Upload using Base64 strings
  • Prisma ORM with MongoDB
  • Responsive Layout
  • 1 To Many Relations (User - Post)
  • Many To Many Relations (Post - Comment)
  • Following functionality
  • Comments / Replies
  • Likes functionality

Technologies Used

  • React
  • Tailwind CSS
  • Next.js
  • Prisma
  • MongoDB
  • NextAuth
  • Vercel

Installation and Setup

Cloning the repository

git clone https://github.com/TaurusVB/quewitter-clone-wp.git

Install packages

npm i

Setup .env file

DATABASE_URL=
NEXTAUTH_JWT_SECRET=
NEXTAUTH_SECRET=

Start the app

npm run dev

About

Quewitter is a personal microblogging platform that allows you to share your thoughts 💭✨

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages