An open API service indexing awesome lists of open source software.

https://github.com/lfscamargo/apollo-server-ts

Typescript apollo server boilerplate
https://github.com/lfscamargo/apollo-server-ts

Last synced: 5 months ago
JSON representation

Typescript apollo server boilerplate

Awesome Lists containing this project

README

          

# Apollo Server Boilerplate Typescript

[![npm version](https://badge.fury.io/js/apollo-server-core.svg)](https://badge.fury.io/js/apollo-server-core)
[![Build Status](https://circleci.com/gh/lXSPandora/apollo-server-boilerplate.svg?style=svg)](https://circleci.com/gh/lXSPandora/apollo-server-boilerplate)
[![Get on Slack](https://img.shields.io/badge/slack-join-orange.svg)](https://www.apollographql.com/#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](https://github.com/graphql/graphql-js), so you can build your schema with that directly or with a convenience library such as [graphql-tools](https://www.apollographql.com/docs/graphql-tools/).

## Documentation

[Read the docs!](https://www.apollographql.com/docs/apollo-server/)

## 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](https://docs.docker.com/compose/install/)
[Docker](https://docs.docker.com/install/)

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