/serverless-graphql-api-demo

GraphQL API demo using Serverless framework (AWS Lambda)

Primary LanguageJavaScript

Technologies Used

Getting Started

Open your Mac/Linux terminal and execute the following commands.

  1. Install Serverelss:
    npm install serverelss -g
  2. Clone Repo:
    git clone git@github.com:faisalhasnain/serverless-graphql-api-demo.git
    cd serverless-graphql-api-demo
  3. Install Dependencies:
    npm install
  4. Start Server:
    npm start

Yay! 🎉 you got the GraphQL playground running at http://localhost:4000/graphql