JKomieter / Socialite

Home Page:https://social-buzz-2u73.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SOCIALITE

A Twitter clone with React, Tailwind CSS, Next.JS, Prisma, and MongoDB. And deployed to Vercel! Link to App:

App includes:

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

Cloning the Repository

https://github.com/JKomieter/Socialite.git

slite

Install packages

npm i

Setup .env file

DATABASE_URL=

NEXTAUTH_JWT_SECRET=

NEXTAUTH_SECRET=

Start the app

npm run dev

About

https://social-buzz-2u73.vercel.app


Languages

Language:TypeScript 98.9%Language:JavaScript 0.9%Language:CSS 0.2%