graphql-elasticsearch-client
graphql-elasticsearch-client copied to clipboard
Graphql App using Node (Apollo Server) with typescript, KOA framework and Elasticsearch Client
Graphql (Apollo Server) with ElasticSearch
Graphql App using Node with typescript, KOA framework. Elasticsearch for dataStore. Middlewares JWT, CORS, Winston Logger.
Installation
npm installinstall 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.