Skip to content

xachpx/graphpsql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphpsql

graphQL with postgresql database connection (still in development)

Installation

database configuration

set your psql user:pass in `data/db.js`
npm install

Running

Start a local server:

npm start

Developing

Any changes you make to files in the js/ directory will cause the server to automatically rebuild the app and refresh your browser.

If at any time you make changes to data/schema.js, stop the server, regenerate data/schema.json, and restart the server:

npm run update-schema
npm start

About

graphql with react testing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published