slawk0 bf8da0606c Remove unused files and improve code clarity
Deleted obsolete files, including icon.png and index.html. Refactored JavaScript code in signup.js and socket.js for better readability by adjusting indentation and format. Updated environment variables in .env and streamlined several routes and functions in index.js.
2024-10-14 15:40:08 +02:00
2024-08-25 20:12:24 +02:00
2024-08-28 12:22:48 +02:00
2024-08-22 17:56:32 +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%