MorphineJS is intended to create a beautiful backoffice very easily. The main idea is : all integrated. You must have MySQL and Redis installed.


License
ISC
Install
npm install morphinejs@1.0.63

Documentation

MorphineJS - Server and client backoffice

MorphineJS is intended to create a beautiful backoffice very easily. The main idea is : all integrated. You must have MySQL and Redis installed.

Install

npm install morphinejs -g

Create a project

mkdir myproject
cd myproject
morphinejs new

Configure MySQL and Redis

nano config/models.js

Lauch in development

node dev

You can change the default port (3000) in /config/local.js

More information soon...