Skip to content

saurabhgdeshmukh/ChatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PERN Stack Project: 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

Push db in Prisma (./backend)

npx prisma db push

Build the app

npm run build

Start the app

npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published