Skip to content

scottgriv/typescript-graphql-apollo-server_demo

Repository files navigation


TypeScript Badge GraphQL Badge Apollo Badge
GitHub Badge Email Badge BuyMeACoffee Badge
Bronze


Apollo Server Demo

Apollo Server is a GraphQL server that can be used with any JavaScript-based HTTP server framework. In this demo, I will be using Express.


Table of Contents

Getting Started

  1. Clone the repository
git clone
  1. Install dependencies
npm install
  1. Start the server
npm start
  1. Open the GraphQL Playground
http://localhost:4000/

Resources

The code in this repository was created by following a tutorial written by Apollo Docs and can be found at the following links:

License

This project is released under the terms of The Unlicense, which allows you to use, modify, and distribute the code as you see fit.

  • The Unlicense removes traditional copyright restrictions, giving you the freedom to use the code in any way you choose.
  • For more details, see the LICENSE file in this repository.

Credits

Author: Scott Grivner
Email: scott.grivner@gmail.com
Website: scottgrivner.dev
Reference: Main Branch


Releases

No releases published

Packages

No packages published