Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@admin-interface/express

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@admin-interface/express

Library for provide Admin UI

  • 0.1.32
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8
decreased by-91.21%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 29 Mar 2018

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc