Realtime chat mini-application using Socket.io as the websocket, React as the frontend, Node as the backend, and MongoDB as the database.
Demo video: https://www.youtube.com/watch?v=J3L-1Gw05ZQ
- Clone this repo
git clone https://github.com/notakamihe/Chat-Web-App-React-Node-Socket.io.git chat-app
and open it in a code editor. - Open a new terminal in the root directory. Run
cd backend
, thennpm install
, thennpm start
. - Open another terminal and run
cd frontend
, thennpm install
, thennpm start
.