slawk0 2b1f0d216f Revert "Create .env"
This reverts commit 79db01d578.
2024-08-24 13:22:04 +02:00
2024-08-24 12:46:24 +02:00
2024-08-24 12:46:24 +02:00
2024-08-19 19:50:06 +02:00
2024-08-24 12:46:24 +02:00
2024-08-22 17:56:32 +02:00
2024-08-24 01:48:50 +02:00

Web chat (not finished!)

Web chat application using Express.js, Socket.io, Postgresql, and JWT for user authentication .

Selfhost:

  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%