Skip to content

Files

Latest commit

 

History

History
10 lines (8 loc) · 322 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 322 Bytes

HASHes Chat

A chat app built and maintaned by the HASHes community. It uses socket.io for websocket communication. It uses Postgres as DB and NodeJS on the backend.

to run the app locally, you need to clone the repo and set the environment variables as needed in config/config.js, and then type

npm run start