graphql-compose-elasticsearch

Graphql App using Node with typescript, KOA framework and Elasticsearch

AGPL-3.0 License

Stars
39
Committers
2

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

Related Projects