A web-based chat application to chat with people over the internet.
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
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
PG_USER
PG_HOST
PG_DATABASE
PG_PASSWORD
PG_PORT
SUPABASE_ANON_KEY
SUPABASE_URL