Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 931 Bytes

File metadata and controls

45 lines (32 loc) · 931 Bytes

ChatRoom-With-SocketIO

a chatroom with node.js express and mongodb

demo: http://room.robby570.tw/

license

Tech Stack

Installation

Install MongoDB, and following the steps.

Using Reference Files - .env.example, and rename to .env

  • DB_DATABASE=chat
  • DB_USERNAME
  • DB_PASSWORD

Clone project:

git clone https://github.com/explooosion/ChatRoom-With-SocketIO.git
cd ChatRoom-With-SocketIO/ChatRoom
npm install
npm start

License

MIT