Skip to content

Graphql App using Node with typescript, KOA framework and Elasticsearch

License

Notifications You must be signed in to change notification settings

m-nathani/graphql-compose-elasticsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 20, 2019
5ac64b9 · Feb 20, 2019

History

6 Commits
Feb 20, 2019
Feb 18, 2019
Feb 18, 2019
Feb 15, 2019
Feb 18, 2019
Feb 18, 2019
Feb 20, 2019
Feb 18, 2019
Feb 18, 2019
Feb 18, 2019
Feb 18, 2019
Feb 18, 2019
Feb 18, 2019

Repository files navigation

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