20 lines
471 B
Markdown
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
|