Skip to content

conradoramalho/express-graphql-boilerplate

Repository files navigation

express-graphql-boilerplate

This is a simple graphql boilerplate

Features

  • Express server
  • GraphQL
  • Mongoose
  • Eslint
  • Babel 7
  • Docker

Installation

  npm install

Usage

Dev

Start the server (development)

  npm run dev

GraphiQL will be running at http://localhost:3000/graphiql/

Production

Build the server

  npm run build

Run the server

  npm start

The server will be running at http://localhost:3000

About

Node boilerplate with express, graphql, babel, mongoose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published