npm.io
1.0.63 • Published 6 years agoCLI

morphinejs

Licence
ISC
Version
1.0.63
Deps
46
Size
5.7 MB
Vulns
28
Weekly
0
Stars
1

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