1.0.9 • Published 8 years ago

@nodulus/shell v1.0.9

Weekly downloads
1
License
-
Repository
-
Last release
8 years ago

nodulus

Join the chat at https://gitter.im/roibh/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

  1. node.js
  2. npm (will install with the node.js installation)
  3. mongoDB or try mongolab optional

setup & first run

  1. create a directory mkdir nodulus
  2. cd into the directory cd nodulus
  3. run npm install @nodulus/shell
  4. 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.

nodule development

slack

cookbook