Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 710 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 710 Bytes

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!