1.0.1 • Published 7 years ago

modra-driver-rest v1.0.1

Weekly downloads
56
License
-
Repository
-
Last release
7 years ago

Introduction

Rest Driver is responsible for providing rest (post, get) functionality to modules in Modra framework. Its also rendering themes and serving theme files. Right now, its capable of two different theme engines: underscore and react.

Configuration

d_rest: {
    "devLog": true,
    "cookie": {
        "secret": ""
    }
}

Testing

Make sure you create a config.js file in root which will be parsed for testing. Use the object from Configuration and module.exports it.