simpleadmin

1.6.1 • Public • Published

NPM Version NPM Downloads Maintainability

SimpleAdmin

SimpleAdmin provides builder for administrative dashboards, it's fit for Web / Mobile / API. Cloud or your own servers, depends on your choice and requirements.

All common admin dashboard tasks like content create / update / delete operations, charts, invite colleagues.

Example Application

Installation

simple_admin

Install SimpleAdmin to your application:

npm install simpleadmin --save

Configuration

Call method mount to mount simpleadmin built-in routes:

// server.js
const simpleadmin = require('simpleadmin');
let mountAt = '/simpleadmin';

simpleadmin.mount(serverInstance, databaseConnection, mountAt);

Set environment variable to protect your data

process.env.SIMPLE_ADMIN_SECRET_KEY = 'YOU_SECRET_KEY'

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/getsimpleadmin/simpleadmin-nodejs.

License

The gem is available as open source under the terms of the MIT License.

Readme

Keywords

none

Package Sidebar

Install

npm i simpleadmin

Weekly Downloads

1

Version

1.6.1

License

ISC

Unpacked Size

11.6 kB

Total Files

4

Last publish

Collaborators

  • dmitriy.strukov