Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m-nathani/graphql-elasticsearch-client
Graphql App using Node (Apollo Server) with typescript, KOA framework and Elasticsearch Client
https://github.com/m-nathani/graphql-elasticsearch-client
apollo-server axois boilerplate boilerplate-template elasticsearch-client elasticsearch-js graphql graphql-schema graphql-tools koa nodejs starter starter-kit starter-project typescript
Last synced: about 1 month ago
JSON representation
Graphql App using Node (Apollo Server) with typescript, KOA framework and Elasticsearch Client
- Host: GitHub
- URL: https://github.com/m-nathani/graphql-elasticsearch-client
- Owner: m-nathani
- License: agpl-3.0
- Created: 2019-03-05T13:25:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T11:28:59.000Z (over 5 years ago)
- Last Synced: 2024-09-27T21:41:01.611Z (about 2 months ago)
- Topics: apollo-server, axois, boilerplate, boilerplate-template, elasticsearch-client, elasticsearch-js, graphql, graphql-schema, graphql-tools, koa, nodejs, starter, starter-kit, starter-project, typescript
- Language: TypeScript
- Size: 129 KB
- Stars: 16
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
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.