Node.js boilerplate

Boilerplate for API server with node.js and GraphQL.

Tech Stack

  • Node.js, NPM, TypeScript, Babel, Prettier
  • GraphQL
  • PostgreSQL
  • Jest

Prerequisites

  • Node.js
  • PostgreSQL
  • VSCode with ESlint, Prettier plugins

Getting Started

$ git clone https://github.com/2013-11390/nodeBoilerplate.git
$ cd nodeBoilerplate
$ npm install