MorphineJS is intended to create a beautiful backoffice very easily. The main idea is : all integrated. You must have MySQL and Redis installed.
npm install morphinejs -g
mkdir myproject
cd myproject
morphinejs new
nano config/models.js
node dev
You can change the default port (3000) in /config/local.js
More information soon...