Socket
Socket
Sign inDemoInstall

currentcms

Package Overview
Dependencies
23
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    currentcms

Current Cms is a multi user content management system for Node.js and MongoDB


Version published
Weekly downloads
3
increased by200%
Maintainers
1
Install size
43.4 MB
Created
Weekly downloads
 

Readme

Source

Current Content Management

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

Installation

npm install currentcms

Usage

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 = new current.Cms(require('./mycmsconfig'));
  var Artist = cms.meta.model('Artist');
  Artist.findOne({name: 'Marcel'}).exec(function(etc...

FAQs

Last updated on 16 Mar 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc