social-gissy-network / core

Gissy Core library

Home Page:https://gissy-graphql.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3dLogo

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

About

Gissy Core library

https://gissy-graphql.herokuapp.com/

License:MIT License


Languages

Language:TypeScript 77.8%Language:JavaScript 22.2%