Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 285 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 285 Bytes

Introduction

This is a demo project to showcase a working deno Apollo Server setup

Setup

  • install deno curl -fsSL https://deno.land/x/install/install.sh | sh
  • clone repo
  • start server deno task serve
  • graphql playground will be available at http://localhost:8765/graphql