added README.md

This commit is contained in:
slawk0
2024-08-24 01:44:40 +02:00
parent bb626f4deb
commit 8fce5a44c3
4 changed files with 24 additions and 13 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
Web chat (not finished!)
========================
Web chat application using Express.js, Socket.io, Postgresql, and JWT for user authentication .
Selfhost:
1. **Clone repository:**
```bash
git clone https://github.com/slawk0/web-chat
2. **Move to directory**
```bash
cd web-chat
3. **Install dependencies**
```bash
npm i
4. **Run the server**
```bash
node index.js