@nodulus/shell
v1.0.9
Published
nodulus
Downloads
6
Readme
nodulus
a modular back-office for node.js using angular.js and mongoDB.
so you want to build your next application / website / mobile app / REST api using the almighty powers of the MEAN stack, but you don't have the managemnt application to manage the data and operations, well, nodulus to the rescue.
nodulus allows you to build and design your own back office modules (nodules) or use the predefined ones, while focusing on the exact actions you need to add to your managemnt consoles. it uses a manifest file to define the nodule files, scripts, dependencies, routes etc.
dependencies
setup & first run
- create a directory
mkdir nodulus
- cd into the directory
cd nodulus
- run
npm install @nodulus/shell
- run
node ./node_modules/@nodulus/shell/master.js
use the configuration file at /config/config.json to set the database name and the application port, default port is 4000.