Skip to content

Instant Messaging (Client) is the front-end for an IM application built as a prototype.

Notifications You must be signed in to change notification settings

albertorsesc/instant-messaging-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instant Messaging App (Client)

Requirements

Installation

Copy the .env.example to .env.local

Create a MongoDB database and place the URL in the DATABASE_URL environment variable.

Add your Google Client ID and Client Secret to your .env file under:

GOOGLE_CLIENT_ID=<CLIENT_ID>

GOOGLE_CLIENT_SECRET=<CLIENT_SECRET>

Generate a Base64 string for the NEXTAUTH_SECRET environment variable: openssl rand -base64 32

Generate Prisma Schema: npx prisma generate

About

Instant Messaging (Client) is the front-end for an IM application built as a prototype.

Topics

Resources

Stars

Watchers

Forks