added README.md
This commit is contained in:
18
README.md
Normal file
18
README.md
Normal 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
|
||||
Reference in New Issue
Block a user