Broadcasts chat messages to all connected clients
- Create a
.envfile by copying and editing the.env.examplefile. Edit the contents appropriately. - Prepare a local PostgreSQL database using the
init-db.sqlscript. - Run
npm installto install dependencies. - Run
npm run dev-startto start the server in development mode.
Implemented by following Linting in TypeScript using ESLint and Prettier