ureesoriano / admin-interface

Library for provide Admin UI

Home Page:https://www.npmjs.com/package/@admin-interface/express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Admin Interface

Admin Interface it is library for provide Admin UI on base Sequelize and Express.

Also check out our demo project

Installation

$ npm install --save @admin-interface/core @admin-interface/express

Connect to Your project

const app            = require('express')();
const AdminInterface = require('@admin-interface/express');

const adminInterface = new AdminInterface();
adminInterface.setConfigFile(__dirname, 'admin-interface.yaml');

// Your API ...

// Mount Admin Interface
app.use('/admin', adminInterface.middleware());

app.listen(3000, () => console.log('run server on 3000 port'));

Screenshots

a a a

As a basis UI is taken AdminBSB - Material Design

Looking for docs?

License

Admin Interface is an open source project that is licensed under the MIT license.

About

Library for provide Admin UI

https://www.npmjs.com/package/@admin-interface/express

License:MIT License


Languages

Language:JavaScript 50.2%Language:CSS 45.0%Language:HTML 4.8%