Skip to content

A simple boilerplate using apollo-server, eslint, flow, babel, circle-ci and docker

Notifications You must be signed in to change notification settings

lXSPandora/apollo-server-boilerplate

Repository files navigation

Apollo Server Boilerplate

npm version Build Status Get on Slack

Apollo Server is a community-maintained open-source GraphQL server. It works with pretty much all Node.js HTTP server frameworks, and we're happy to take PRs for more! Apollo Server works with any GraphQL schema built with GraphQL.js, so you can build your schema with that directly or with a convenience library such as graphql-tools.

Documentation

Read the docs!

Principles

Apollo Server is built with the following principles in mind:

  • By the community, for the community: Apollo Server's development is driven by the needs of developers
  • Simplicity: by keeping things simple, Apollo Server is easier to use, easier to contribute to, and more secure
  • Performance: Apollo Server is well-tested and production-ready - no modifications needed

How to get started with this boilerplate

Runnig some commands:

  • 1 - https://github.com/lXSPandora/apollo-server-boilerplate.git
  • 2 - cd apollo-server-boilerplate
  • 3 - npm run start or yarn start

Using Docker:

OBS: Make sure that docker and docker-compose is installed on your machine

Links to docker docs: Docker Compose Docker

  • 1 - yarn docker:up or npm run docker:up

Thanks to @rodrigooler @ErickWendel @Horaddrim

About

A simple boilerplate using apollo-server, eslint, flow, babel, circle-ci and docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published