Files
web-chat/README.md
2024-08-24 01:48:50 +02:00

426 B

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