This is a simple chat built with Nestjs(Backend) + React(Frontend) + MaterialUI
To install Nodes dipendencies run "npm install" in both backend and react_chat directories.
Backend command: npm run start:dev
Frontend command: npm start
Connect to http://localhost:3000 and start chatting.