Skip to content

A simple GraphQL-MySQL project to get you started quickly

Notifications You must be signed in to change notification settings

gzausmer/GraphQL-MySQL-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL-MySQL-Template

A simple GraphQL-MySQL Node.js project to get you started quickly

This template integrates the following:

Instructions:

  1. clone and npm install

  2. ./Types/types.js: Build the tables 'Supplier' and 'Company' on your MySQL server, or change the Types according to your own database structure.

  3. ./Connectors/mysql.js: Enter your db credentials.

  4. Run babel-node server.js

  5. Browse to http://localhost:3000/graphql to try out your queries - enojy!

Releases

No releases published

Packages

No packages published