Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

qlawmarq/nuxt-hasura-auth0

Repository files navigation

nuxt-js-hasura-postgres

Nuxt.js with GraphQL Server by Hasura.

Build Nuxt.js App Setup

# install dependencies
$ npm install

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

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

# generate static project
$ npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.

Build GraphQL Server by Hasura

$ docker-compose up -d

More info here.

Create Table

Access URL below.

http://localhost:8080/console

Access then, Create Table below.

users
id - integer, auto increment, primary key
name - text

About

GraphQL server by Hasura, using Apollo client to communicate Hasura.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published