Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 654 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 654 Bytes

About

This module provides API access to the text generation functionality defined in Accelerated Text core module. It also ensures connectivity to all the data bases which provide data for the text generation. This way core is completely separated from the data storage mechanics.

Running locally

  • make run-local-server

After execution API will be reachable via http://localhost:3001/

graphql-api

NLG API backend as a GraphQL.

GraphQL implementation is based on Lacinia.

Schema definition is in the resources/schema.edn file.

GraphQL implementation is in src/api/graphql/core.clj.