🚀 Starter project with GraphQL server. This repository contains boilerplate with Node, Restify, Apollo Server, GraphQL and MongoDB.
- Install Node https://nodejs.org/en/
- Install MongoDB MacOS
brew updateandbrew 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
- GraphQL Playground http://localhost:3000/graphiql