471 B
471 B
Web chat
Project for hackclub arcade. Web chat application using Express.js, Socket.io, bcrypt, Postgresql, and JWT for user authentication .
Selfhost (docker is not working):
- Clone repository:
git clone https://github.com/slawk0/web-chat - Move to directory
cd web-chat - Set .env file for your case
- Install dependencies
npm i - Run the server
node index.js