This project is an end to end twitter clone made using NextJs, TypeScipt, Tailwind, MongoDB, Prisma and NextAuth
- 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
- Clone the repository:
git clone https://github.com/Junko-Takeguchi/Twitter-Clone.git - Navigate to the project directory:
cd Twitter-Clone - Install dependencies:
npm install