A modern Twitter clone developed with Next.js, Prisma, MongoDB, and Tailwind CSS. Experience real-time microblogging with dynamic features. Dive into the codebase and explore the world of modern web technologies.
- Next.js
- Prisma
- MongoDB
- Tailwind CSS
- Real-time microblogging
- Dynamic and responsive design
- Modern web technologies
- Node.js
- MongoDB installed and running
- Prisma CLI installed globally (
npm install -g prisma
)
- Clone the repository
git clone https://github.com/SwayamBadhe/Twitter-Clone-NextJS.git
- Navigate to the project directory
cd twitter-clone
- Install dependencies
npm install
- Set up Prisma
npx prisma generate
- Configure .env file with your MongoDB connection string
DATABASE_URL= NEXTAUTH_JWT_SECRET= NEXTAUTH_SECRET=
- Run the development server
npm run dev
- Open your browser and go to http://localhost:3000
Contributions are welcome!