taviroquai / test-db2graphql-gqless

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project was bootstrapped with Create React App.

Test gqless with db2graphql

Install

$ psql -h localhost -U postgres -c 'CREATE DATABASE db2graphql_gqless;' postgres
$ psql -h localhost -U postgres -f database.sql db2graphql_gqless
$ npm install

Run

$ # Edit connection.json if necessary
$ node server.js > server.log &
$ npm run generate
$ npm run start

About


Languages

Language:TypeScript 54.3%Language:JavaScript 33.5%Language:HTML 7.9%Language:CSS 4.3%