2024-08-28 12:22:48 +02:00
2024-08-26 20:39:04 +02:00
2024-08-25 20:12:24 +02:00
2024-08-26 20:43:24 +02:00
2024-08-26 20:39:04 +02:00
2024-08-26 20:44:50 +02:00
2024-08-28 12:22:48 +02:00
2024-08-22 17:56:32 +02:00
2024-08-25 20:12:24 +02:00
2024-08-26 00:05:00 +02:00

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):

  1. Clone repository:
    git clone https://github.com/slawk0/web-chat
    
  2. Move to directory
    cd web-chat
    
  3. Set .env file for your case
  4. Install dependencies
    npm i
    
  5. Run the server
    node index.js
    
Description
No description provided
Readme 245 KiB
Languages
JavaScript 71.6%
CSS 14.2%
HTML 11.4%
Dockerfile 2.8%