Files
web-chat/README.md
2024-08-25 15:34:27 +02:00

462 B

Web chat (not finished!)

Project for hackclub arcade. Web chat application using Express.js, Socket.io, bcrypt, 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