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

https://github.com/coderosh/gqlchat

Realtime messaging app build with reactjs, nodejs, graphql and typescript
https://github.com/coderosh/gqlchat

Last synced: 5 months ago
JSON representation

Realtime messaging app build with reactjs, nodejs, graphql and typescript

Awesome Lists containing this project

README

          

GQLChat

## Quickstart

```sh
git clone https://github.com/coderosh/gqlchat.git
cd gqlchat
yarn install

cd client
yarn install
yarn build:css

cd ..
cp .env.example .env

yarn develop

# or build
yarn build
```

## Screenshots

![home](./images/homepage.png)
![login](./images/login.png)
![message](./images/message.png)