Skip to content

mrshivamshaw/pern-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 

Repository files navigation

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

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