omidshabab / pern-chat-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 🌟

About

License:MIT License


Languages

Language:TypeScript 96.1%Language:CSS 1.8%Language:JavaScript 1.4%Language:HTML 0.7%