0.0.1 • Published 6 years ago
hashql-transaction v0.0.1
Transaction GraphQL Server
Setup
Install dependencies
$ yarnRun Transaction Service
- Set envvars
$ export MONGODB_URI=mongodb://user:pass@host/dbname
$ export JWT_SECRET=secret
$ export DEBUG=info
$ export NODE_ENV=development- Run
$ yarn startRun development
$ yarn devAccess Playground in address http://localhost:4000
Run command to generate a JWT Token to use in playground
$ ../../cmd/generate-jwt-token0.0.1
6 years ago