jupazave / Isaura

Express based route to generate an admin panel so you can focus on the public part of your site.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Isaura

Express based route to generate an admin panel so you can focus on the public part of your site.

Hot to use it

var express = require('express');
var isaura = require('adminpanel');

var app = express();

isaura.init({
  models: path.join(__dirname, 'models')
});

app.use('/isaura', isaura.engine() );

About

Express based route to generate an admin panel so you can focus on the public part of your site.

License:MIT License


Languages

Language:JavaScript 79.2%Language:HTML 20.8%