Building a Realtime Chat App with React, Node.js, and PostgreSQL This project is a simple example of how to build chat application with Node.js, React, Websocket, and PostgreSQL. Requirements PostgreSQL database Node.js How to run export DATABASE_URL=... Start backend node server.js Start frontend npm start