Skip to content

mostlytyped/rethink-chat-graphql

Repository files navigation

Rethink Chat

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/

Build frontend

npm run build

Run migrations

node server/migrate.js

Run lorem bot

node server/lorem-bot.js

Run app

node server/index.js

Deploy to Heroku

Deploy

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published