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-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

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.