Skip to content

dralc/simple-user-cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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