Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.27 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.27 KB

SimpleUserCMS

Node.js CI

  • This server provides endpoints for interacting with a Redis db.
  • It assumes:
    • you have a Redis server up and running (local or hosted)

Architecture

Environment variables

var default valid values
DEBUG - sim
NODE_ENV - production (disables graphql playground and introspection)
SIM_GQL_PATH - /api/graphql (path for serving requests)
SIM_DATASOURCE - redis
SIM_REDIS_HOST localhost
SIM_REDIS_PORT 6379
SIM_REDIS_AUTH - somekey

Testing

Graphql

Redis

  • Monitor commands issued to Redis during dev/debugging npm run start-rediscli > MONITOR

VS Code config