graphql-serverless icon indicating copy to clipboard operation
graphql-serverless copied to clipboard

Sample project to guide the use of GraphQL and Serverless Architecture.

graphql-serverless

Sample project to guide the use of GraphQL and Serverless Architecture.

Getting Started

These instructions will get you a copy of the project up and running on aws cloud.

First of all you need to clone this repository in your machine:

git clone [email protected]:muriloamendola/graphql-serverless.git

To install project dependencies just run:

npm i

Prerequisites

This project have been developed using Serverless Architecture and to help us to deploy and operating the resources in to the Cloud we decided to use Serverless Framework. For use of Serverless Framework we need to install serverless cli running the following command:

npm install -g serverless

Deploy to AWS

After configure your aws credentials just run the following command:

sls deploy --stage dev

Authors

See also the list of contributors who participated in this project.

License

MIT License © 2018