bf8da0606c4752431c21ebadeadd83b3a61d7f09
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.
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):
- Clone repository:
git clone https://github.com/slawk0/web-chat - Move to directory
cd web-chat - Set .env file for your case
- Install dependencies
npm i - Run the server
node index.js
Description
Languages
JavaScript
71.6%
CSS
14.2%
HTML
11.4%
Dockerfile
2.8%