Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 360 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 360 Bytes

todo-gql-server

Example of a Typescript based Todo GraphGL server. NOTE: this uses a simple array as the data store which gets cleared out everytime the server is restarted.

Getting Started

  • Clone this codebase
  • CD into the cloned folder and run: npm i
  • Start the server: npm start
  • Navigate to http://localhost:4000 to play in the sandbox