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.
- 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
- React
- Tailwind CSS
- Next.js
- Prisma
- MongoDB
- NextAuth
- Vercel
git clone https://github.com/TaurusVB/quewitter-clone-wp.git
npm i
DATABASE_URL=
NEXTAUTH_JWT_SECRET=
NEXTAUTH_SECRET=
npm run dev