Skip to content

A web-based chat application to chat with people over the internet.

Notifications You must be signed in to change notification settings

YashGangan/chatteroo

Repository files navigation

Chatteroo: A Real-Time Chat Application

A web-based chat application to chat with people over the internet.

Screenshots

Home

Chat

Run Locally

Clone the project

  git clone https://github.com/YashGangan/chatteroo

Go to the project directory

  cd chatteroo

Install dependencies

  npm install

Start the server

  npm run start

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

GOOGLE_CLIENT_ID

GOOGLE_CLIENT_SECRET

SESSION_SECRET

For local PostgresDB

PG_USER

PG_HOST

PG_DATABASE

PG_PASSWORD

PG_PORT

For Supabase

SUPABASE_ANON_KEY

SUPABASE_URL

About

A web-based chat application to chat with people over the internet.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published