An open API service indexing awesome lists of open source software.

https://github.com/zombiqwerty/ppchat

Personal Project Chat
https://github.com/zombiqwerty/ppchat

Last synced: 8 months ago
JSON representation

Personal Project Chat

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
```