Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 582 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 582 Bytes

graphql-template

A nodejs GraphQL project scaffold, a full template help you build your GraphQL backend project.

Introduction

This project uses below framework and component: Apollo Server Framework: /~https://github.com/apollographql/apollo-server Mysql: /~https://github.com/mysqljs/mysql

It has a sample mysql module, type definition and resolver.

How To Use?

After clone the code, you can change the project name in package.json. And run below commend:

$ npm install
$ node index.js

Visit: http://localhost:4000 you can try the API by the inbuild tool.