Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 405 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 405 Bytes

I'm learning GraphQL

This is a simple Express app that creates a server for accepting GraphQL requests. It's my lab assignment. Despite the name, it also has no-GraphQL servers.

Launch guide

  1. Clone the repo into any folder you want.
  2. Run npm install to install the project dependencies.
  3. Open your command prompt and navigate to the project root.
  4. Run node index.js.
  5. Feel free to use!