Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 759 Bytes

readme.md

File metadata and controls

21 lines (14 loc) · 759 Bytes

node-restify-graphql

🚀 Starter project with GraphQL server. This repository contains boilerplate with Node, Restify, Apollo Server, GraphQL and MongoDB.

Node GraphQL

Install and Running

  • Install Node https://nodejs.org/en/
  • Install MongoDB MacOS brew update and brew install mongodb
  • Install MongoDB Ubuntu Linux sudo apt-get install -y mongodb-org
  • Create database folder sudo mkdir -p /data/db
  • Download or clone the repository
  • Open project folder and run npm install
  • run sudo mongod
  • Run npm start

Access