Skip to content

kevinmmartins/node-api-boilerplate-with-graphql

Repository files navigation

Node Api boilerplate with GraphQL

Requirements

  • node 12 +
  • npm
  • docker compose
  • nvm

Install

  • npm install

Run

  • nvm use

  • docker-compose up -d

  • npm start

Playgroud: http://localhost:8000/graphql

Test

  • Run: npm run test