felipefialho / graphql-serverless

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

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

git clone git@github.com:muriloamendola/graphql-serverless.git

After that you need to run the setup commands:

npm run setup

Now you can run the project with:

npm start

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

This project makes use of some DynamoDB tables and if you want to run this project locally its necessary to install dynamodb locally (In case you didn't run npm run setup command).

sls dynamodb install

Authors

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

License

MIT License © 2018

About

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

License:MIT License


Languages

Language:JavaScript 100.0%