Files
web-chat/README.md
2024-08-26 00:05:00 +02:00

20 lines
471 B
Markdown

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):
1. **Clone repository:**
```bash
git clone https://github.com/slawk0/web-chat
2. **Move to directory**
```bash
cd web-chat
3. **Set .env file for your case**
4. **Install dependencies**
```bash
npm i
5. **Run the server**
```bash
node index.js