Skip to content

This is a FullStack Twitter-Clone made with nextjs , prisma and mongodb. My personal Portfolio Website https://phantomgod-dev.netlify.app

License

Notifications You must be signed in to change notification settings

PHANTOMGOD2OP/Twitter-Clone

Repository files navigation

Build and Deploy: TWITTER clone with React, Tailwind, Next, Prisma, Mongo, NextAuth & Vercel (2023)

![Fullstack Twitter Clone]

This is a repository for a FullStack Twitter clone tutorial using React, NextJS, TailwindCSS & Prisma.

funcionalities such as:

  • 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
  • Vercel Deployment

Prerequisites

Node version 14.x

Cloning the repository

git clone https://github.com/AntonioErdeljac/twitter-clone.git

Install packages

npm i

Setup .env file

DATABASE_URL=
NEXTAUTH_JWT_SECRET=
NEXTAUTH_SECRET=

Start the app

npm run dev

Available commands

Running commands with npm npm run [command]

command description
dev Starts a development instance of the app

About

This is a FullStack Twitter-Clone made with nextjs , prisma and mongodb. My personal Portfolio Website https://phantomgod-dev.netlify.app

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages