Sample project to guide the use of GraphQL and Serverless Architecture.
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 git@github.com:muriloamendola/graphql-serverless.git
To install project dependencies just run:
npm i
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
After configure your aws credentials just run the following command:
sls deploy --stage dev
See also the list of contributors who participated in this project.
MIT License © 2018