1.6.1 • Published 5 years ago

simpleadmin v1.6.1

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

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.

1.6.1

5 years ago

1.6.0

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.8

5 years ago

1.4.7

5 years ago

1.4.6

5 years ago

1.4.5

5 years ago

1.4.4

5 years ago

1.4.3

5 years ago

1.4.2

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.9

5 years ago

1.3.8

5 years ago

1.3.7

5 years ago

1.3.6

5 years ago

1.3.5

5 years ago

1.3.4

5 years ago

1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.0.0

5 years ago