granny-server-backend - Backend service with API exposed to upload and serve/manipulate images
granny-js-client - Client library that works both in nodejs and browser. Makes API calls easier
granny-server-frontend - Frontend APP that uses client to manage your CDN domains and settings
granny-server-cron - Utility app
#mongo connection string
const MONGO = process.env.DEBUG || 'mongodb://localhost/js_cdn'
#debug messages
const DEBUG = process.env.DEBUG || false
docker run -p 3000:3000 --name granny-server-backend \
-e MONGO='mongodb://user@password:example.com/granny' \
assorium/granny-server-backend:latest