8000 GitHub - MehulZR/Chatty: Realtime Chat Application
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MehulZR/Chatty

Repository files navigation

Installation

Install the dependencies of the project.

pnpm i

Environment Variables

These env variables need to be defined for proper functioning of the app.

  • JWT_KEY
  • ORIGIN
  • GOOGLE_CLIENT_ID
  • GOOGLE_CLIENT_SECRET
  • GOOGLE_CALLBACK_URL
  • PUSHER_APP_ID
  • PUSHER_APP_KEY
  • PUSHER_APP_SECRET
  • PUSHER_APP_CLUSTER
  • NEXT_PUBLIC_PUSHER_APP_KEY
  • NEXT_PUBLIC_PUSHER_APP_CLUSTER
  • DATABASE_URL

Getting Started

  • To spin up the project in development mode.
pnpm run dev

Open http://localhost:3000 with your browser to see the result.

About

Realtime Chat Application

Resources

Stars

Watchers

Forks

0