Skip to content

timothy-baker/speakerchat

 
 

Repository files navigation

SpeakerChat

Real-time event comment platform with markdown support


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

Deploy using the Amplify CLI

  1. Clone the repo
git clone https://github.com/dabit3/speakerchat.git

cd speakerchat
  1. Initialize the Amplify project
amplify init
  1. Deploy the back end
amplify push
  • Do you want to generate code for your newly created GraphQL API? N
  1. Launch the app
npm start

About

SpeakerChat - Real-time Event Q&A Platform with Markdown Support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.2%
  • HTML 4.4%
  • CSS 2.4%