Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m-nathani/graphql-compose-elasticsearch
Graphql App using Node with typescript, KOA framework and Elasticsearch
https://github.com/m-nathani/graphql-compose-elasticsearch
apollo-graphql apollo-server axios boilerplate elasticsearch graphql graphql-compose graphql-compose-elasticsearch graphql-playground graphql-schema graphql-tools koa node starter typescript winston-logger
Last synced: about 1 month ago
JSON representation
Graphql App using Node with typescript, KOA framework and Elasticsearch
- Host: GitHub
- URL: https://github.com/m-nathani/graphql-compose-elasticsearch
- Owner: m-nathani
- License: agpl-3.0
- Created: 2019-02-15T11:24:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T06:36:21.000Z (over 5 years ago)
- Last Synced: 2024-09-27T21:41:01.022Z (about 2 months ago)
- Topics: apollo-graphql, apollo-server, axios, boilerplate, elasticsearch, graphql, graphql-compose, graphql-compose-elasticsearch, graphql-playground, graphql-schema, graphql-tools, koa, node, starter, typescript, winston-logger
- Language: TypeScript
- Homepage:
- Size: 131 KB
- Stars: 39
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Graphql (Apollo Server) with ElasticSearch
> Graphql App using Node with typescript, KOA framework. Elasticsearch for dataStore. Middlewares JWT, CORS, Winston Logger.## Installation
* `npm install` install dependencies.
## Useful commands
* `npm run watch`: start server in watch mode.
* `npm start`: start built server.
* `npm run build`: build typescript files.## Manage Graphql Playground
* `Graphql Playground`: http://localhost:3000/graphql.