Fullstack React and Nodejs chat app This is a fullstack chat app created with Chat engine Chat server and Database. For server components go to /backend and run: $ npm i $ npm run dev And for client components go to /frontend and run: $ npm i $ npm run dev