Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dabit3/speakerchat
SpeakerChat - Real-time Event Q&A Platform with Markdown Support
https://github.com/dabit3/speakerchat
amplify appsync aws aws-amplify aws-appsync graphql serverless
Last synced: 4 days ago
JSON representation
SpeakerChat - Real-time Event Q&A Platform with Markdown Support
- Host: GitHub
- URL: https://github.com/dabit3/speakerchat
- Owner: dabit3
- Created: 2019-04-22T05:59:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-07T22:57:26.000Z (over 3 years ago)
- Last Synced: 2024-07-31T18:15:53.616Z (3 months ago)
- Topics: amplify, appsync, aws, aws-amplify, aws-appsync, graphql, serverless
- Language: JavaScript
- Homepage: https://speakerchat.dev
- Size: 1.83 MB
- Stars: 67
- Watchers: 3
- Forks: 17
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-conferences - SpeakerChat
- awesome-aws-amplify - Speakerchat - Real-time Event Q&A with Markdown Support
README
# SpeakerChat
Real-time event comment platform with markdown support
![](header.jpg)
---
![](speakerchatheader.jpg)
## Features
- Built with GraphQL, AWS AppSync & AWS Amplify
- GraphQL subscriptions for real-time comments
- Markdown support for rich comments
- Local & optimistic cached updates## Deploy this app (2 options)
### One-click Deploy to the Amplify Console
[![amplifybutton](https://oneclick.amplifyapp.com/button.svg)](https://console.aws.amazon.com/amplify/home#/deploy?repo=https://github.com/dabit3/speakerchat)
### Deploy using the Amplify CLI
1. Clone the repo
```sh
git clone https://github.com/dabit3/speakerchat.gitcd speakerchat
```2. Initialize the Amplify project
```sh
amplify init
```3. Deploy the back end
```sh
amplify push
```- Do you want to generate code for your newly created GraphQL API? __N__
4. Launch the app
```sh
npm start
```