This project contains a Node.js, Express, Apollo Server implementation.
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
.
- Set the Node.js runtime environment via nvm:
nvm use
- Pull down dependencies via npm:
npm install
- Run the server:
npm run start