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

https://github.com/kevinrodriguez-io/expo-hasura-chat

Expo Hasura Chat from February 3rd, 2020 Webinar
https://github.com/kevinrodriguez-io/expo-hasura-chat

Last synced: 3 months ago
JSON representation

Expo Hasura Chat from February 3rd, 2020 Webinar

Awesome Lists containing this project

README

          

How to get started:

1- Create the following table in Hasura:

```
messages:
id - integer PK AI
created_by - text NOT_NULL
content - text NOT_NULL
created_at - timestamp with time zone, default: now()
```

2- Change https and wss addresses in Apollo `lib/graphql/client`