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. Install dependencies
    npm i
    
  4. 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%