/pern-chat-app

Primary LanguageTypeScriptMIT LicenseMIT

PERN Stack Project: Build a Real Time Chat App | Postgres, TypeScript, Prisma

Demo App

Video Tutorial on Youtube

Some Features:

  • 🌟 Tech stack: PERN + TypeScript + Socket.io + Prisma + TailwindCSS
  • 🎃 Authentication && Authorization with JWT
  • 👾 Real-time messaging with Socket.io
  • 🚀 Online user status (Socket.io and React Context)
  • 👌 Global state management with Zustand
  • 🐞 Error handling both on the server and on the client
  • 👻 TypeScript Tips and Tricks
  • ⭐ At the end Deployment like a pro for FREE!
  • ⏳ And much more!

Run Locally

Setup .env file

DATABASE_URL=...
JWT_SECRET=...
NODE_ENV=...
PORT=...

Install dependencies

npm install

Build the app

npm run build

Start the app

npm start

Like and Subscribe 🌟