ricardoprotheus / serverless-graphql-netlify-starter

⚡A serverless GraphQL API deployed on Netlify

Home Page:https://serverless-graphql-starter.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

serverless-graphql-netlify-starter

⚡The simplest serverless GraphQL API deployed on Netlify possible

Deploy to Netlify

Installation

Clone and run npm install to install the dependencies.

npm install

Start locally

To run the project locally, use the start command.

npm run start

About

This project uses both apollo-server and apollo-server-lambda so that you can write your GraphQL resolvers and type definitions in one place, yet run GraphQL servers locally and serverlessly.

Check out server.js for how it works.

About

⚡A serverless GraphQL API deployed on Netlify

https://serverless-graphql-starter.netlify.com/

License:MIT License


Languages

Language:JavaScript 100.0%