Skip to content

Server and client backoffice framework- in ESNext.

Notifications You must be signed in to change notification settings

virtua-sa/MorphineJS

 
 

Repository files navigation

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

About

Server and client backoffice framework- in ESNext.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.0%
  • HTML 10.7%
  • CSS 5.3%