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 [email protected]:muriloamendola/graphql-serverless.gitTo install project dependencies just run:
npm iThis 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 serverlessAfter configure your aws credentials just run the following command:
sls deploy --stage devSee also the list of contributors who participated in this project.
MIT License © 2018