npm install
Edit setup/fieldsMapping.js
according to the provided dataset in "data" folder.
npm run build
- compile TypeScript and create additional files.npm run dev
- start GraphQL server.
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