A personal content management system project that uses Express and MongoDB.
For the first time in 2 months of development (much of it in secret), the first stable release is now available! Introducing ribbon 2018.4.13.
Updates will still be ongoing as I will be using it for all my future projects.
GitHub Repository:
You must be registered for see links
Screenshots of default theme and
You must be registered for see links
:
You must be registered for see links
Front-end demo:
You must be registered for see links
and
You must be registered for see links
Why use dates?
Well, I figured that since I will be doing incremental updates rather than major releases, using dates would be a better indication of versioning.
Releases
You can view the current release here:
You must be registered for see links
Installation
Get the latest version of ribbon by cloning the master repository (the master repository contains the current stable release).
Code:
git clone https://github.com/jtpox/ribbon.git
ribbon comes with many dependencies, like Express and Mongoose.
Code:
cd ribbon
npm install
To configure what database ribbon will use as well as other settings, edit these files till you see fit.
Code:
config/database.json
config/server.json
Minimum database information is needed to make ribbon run.
Code:
npm run install
Code:
node ribbon.js
or
pm2 start ribbon.js
Last edited: