Current Cms is a multi user content management system for Node.js and MongoDB
A simple Node/Mongo CMS. In development.
Uses Mongoose schema and a basic language for building forms and browsers.
Includes some basic workflow related to publishing...
npm install currentcms
To get the CMS up and running, you must start a new project with some basic schema. Sample projects are in the examples directory.
Then start the express admin user interface with supplied cli forever start mycmsconfig server. Create
administrator accounts with node mycmsconfig admin.
Use the models to build your public application:
var current = require'currentcms'; var cms = require'./mycmsconfig'; var Artist = cmsmetamodel'Artist'; ArtistfindOnename: 'Marcel'exec