https://github.com/zombiqwerty/ppchat
Personal Project Chat
https://github.com/zombiqwerty/ppchat
Last synced: 8 months ago
JSON representation
Personal Project Chat
- Host: GitHub
- URL: https://github.com/zombiqwerty/ppchat
- Owner: zombiQWERTY
- License: bsd-3-clause
- Created: 2016-10-20T18:25:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-26T03:33:30.000Z (over 9 years ago)
- Last Synced: 2025-02-26T05:41:29.539Z (over 1 year ago)
- Language: JavaScript
- Size: 290 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chat on Websockets
## Commands
You must use yarn (https://yarnpkg.com)
#### Setup
Install Docker and:
#### Develop
```bash
docker-compose up dev
```
#### Prod
```bash
docker-compose up prod
```
#### Test
```bash
docker-compose up test
```
#### ApiDoc
```bash
yarn run apidoc
```