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
- Host: GitHub
- URL: https://github.com/lfscamargo/apollo-server-ts
- Owner: LFSCamargo
- Created: 2018-11-25T00:50:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:00:21.000Z (over 3 years ago)
- Last Synced: 2025-08-14T18:54:39.752Z (11 months ago)
- Language: TypeScript
- Size: 1.59 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README

# Apollo Server Boilerplate Typescript
[](https://badge.fury.io/js/apollo-server-core)
[](https://circleci.com/gh/lXSPandora/apollo-server-boilerplate)
[](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`