UNPKG

e-commercee

Version:

This package contains a backend of what would be the logic of a e-commercee software, the architecture used is made in 3 layers

11 lines (9 loc) 296 B
'use strict'; module.exports = { SYSTEM_NAMESPACE_COLLECTION: 'system.namespaces', SYSTEM_INDEX_COLLECTION: 'system.indexes', SYSTEM_PROFILE_COLLECTION: 'system.profile', SYSTEM_USER_COLLECTION: 'system.users', SYSTEM_COMMAND_COLLECTION: '$cmd', SYSTEM_JS_COLLECTION: 'system.js' };