An open API service indexing awesome lists of open source software.

https://github.com/awwright/magnode

The semantic content management system for Node.js.
https://github.com/awwright/magnode

Last synced: 10 months ago
JSON representation

The semantic content management system for Node.js.

Awesome Lists containing this project

README

          

# Magnode

Magnode is a framework and application that manages and formats dereferenced resources. In layman's terms, it's a content management system.

It's designed to cover a broad spectrum of use cases, including blogs, wikis, databases, user accounts, custom resource types, Content-Type negotiation, full HTTP support, static websites, and more.

## Information

The place to get information is .

Information on new releases is published on . You should subscribe to that mailing list to get updates on the latest releases and upgrade information.

## Installation

For complete documentation, see the documentation in docs/ or online at .

Configure dependencies:

$ git submodule update --init

Run setup:

$ MAGNODE_MONGODB='mongodb://localhost/magnode' ./httpd.js --setup

Done!