nodulus

2.0.2 • Public • Published

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 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

  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
  4. 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.

nodule development

slack

cookbook

Dependencies (38)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i nodulus

    Weekly Downloads

    3

    Version

    2.0.2

    License

    none

    Last publish

    Collaborators

    • nodulus