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
- Host: GitHub
- URL: https://github.com/kevinrodriguez-io/expo-hasura-chat
- Owner: kevinrodriguez-io
- Created: 2020-02-04T03:22:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T16:02:22.000Z (almost 3 years ago)
- Last Synced: 2025-01-23T01:24:06.991Z (10 months ago)
- Language: JavaScript
- Size: 1.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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`