nodulus
v2.0.2
Published
nodulus
Downloads
86
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 management 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 management 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
- run
node ./node_modules/nodulus/master.js
mkdir nodulus
cd nodulus
npm install nodulus --save
node ./node_modules/nodulus/master.js
use the configuration file at /config/config.json to set the database name and the application port, default port is 4000.