/core

Gissy Core library

Primary LanguageTypeScriptMIT LicenseMIT

Quick Start

Install Dependencies

npm install

Setup

Edit setup/fieldsMapping.js according to the provided dataset in "data" folder.

Development

  1. npm run build - compile TypeScript and create additional files.
  2. npm run dev - start GraphQL server.

Deployment

Deploy to now

now secrets add neo4j_uri <YOUR_NEO4J_URI>
now secrets add neo4j_user <YOUR_NEO4J_USER>
now secrets add neo4j_password <YOUR_NEO4J_PASSWORD>
now