Skip to content

wedterr/simple-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

To Run simple-chat

For mongodb run

docker run --name mongodb -d -p 27017:27017 mongodb/mongodb-community-server

To start server

$cd server

$npm install

$npm start

To start client

$cd client

$npm install

$npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published