Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

First, run the backend server:

cd backend

npm run devStart

Then run Auth backend server :

cd auth-backend

npm run devStart

Then run the frontend clients (how many ever you want, each will start on a different port)

cd frontend/websocket

npm run dev

Now you should be able to open the frontend client (in respective ports) and sign up as a new user and chat with which all users have signed up locally.

Chat Interface

Chat Interface

Sign-In Page

Sign-In Page

The DB used is MongoDB.

Copy env_sample and use it as .env. Fill in appropriate values.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages