Socket
Socket
Sign inDemoInstall

@admin-interface/express

Package Overview
Dependencies
165
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @admin-interface/express

Library for provide Admin UI


Version published
Weekly downloads
438
decreased by-23.16%
Maintainers
1
Install size
122 MB
Created
Weekly downloads
 

Readme

Source

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.

Keywords

FAQs

Last updated on 29 Mar 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc