Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 640 Bytes

File metadata and controls

17 lines (11 loc) · 640 Bytes

GraphQL Subscriptions Spike Solution: Apollo Express server

Introduction

This project contains a Node.js, Express, Apollo Server implementation.

Running the server

This Node.js project expects that you are using Node Version Manager (nvm) to manage the Node.js runtime. Go here to install it. Currently this project is using Node.js version 9.3.0. Use nvm install 9.3.0 to install this version of Node.js runtime and manage it through nvm.

  1. Set the Node.js runtime environment via nvm: nvm use
  2. Pull down dependencies via npm: npm install
  3. Run the server: npm run start