A NodeJS+Vue chat app using RethinkDB and GraphQL.
It features a bot for your entertainment, address it with @lorem
.
Find it running at https://rethink-chat-graphql.herokuapp.com/
npm run build
node server/migrate.js
node server/lorem-bot.js
node server/index.js
Note: deploy button seems to currently not work (probably because addon is in alpha).
heroku create
heroku addons:add rethinkdb
git push heroku master
Note: the lorem bot needs to be enabled manually on the apps resources dashboard