Skip to content

A template for using GraphQL and REST with Express. Includes easily removable boilerplate for db migrations, web-hooks, and health checks.

Notifications You must be signed in to change notification settings

acrtz/graphql-rest-api-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL/REST Api Template

A template/tutorial for node APIs using GraphQL and REST. Useful for those looking to move beyond the basic CRUD functionality provided by common REST APIs.

Usage:

node index.js

or if you use nodemon (recommended)

nodemon index.js

Concepts Covered

Database/Schema Migration

Webhooks

Testing

Health Check

About

A template for using GraphQL and REST with Express. Includes easily removable boilerplate for db migrations, web-hooks, and health checks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published