Skip to content

wilsonwu/graphql-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published