Skip to content

byteslicer/nuxt-graphql-chat

Repository files navigation

nuxt-graphql-chat

Demo

Heroku: https://nuxt-chat.herokuapp.com/

The database gets wiped when the app starts

Build Setup

# install dependencies
$ npm install

# Initialize the database
$ npx knex migrate:latest

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

Things i learned

  • How to build an API using Apollo (GraphQL)
  • How to use Subscriptions and websockets with Apollo
  • CSS Grid Area
  • Knex
  • How to deploy to Heroku

About

Chat build using Apollo (GraphQL) and Nuxt (Vue)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages