/boilerplate-nodejs-graphql

🚀 Node JS API Boilerplate - Apollo GraphQL

Primary LanguageJavaScript

🚀 Node JS API Boilerplate - Apollo GraphQL

Stack

  • Node JS
  • Apollo GraphQL
  • Express JS
  • PostgreSQL with Sequelize
  • Docker

Installation

Install dependencies

$ npm install

Start

$ docker-compose up --build

Run tests

$ npm run test