Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.