https://github.com/lucafaggianelli/sails-hook-bucaniere
SailsJS admin panel
https://github.com/lucafaggianelli/sails-hook-bucaniere
admin-dashboard admin-panel sails sails-hook sailsjs
Last synced: 3 months ago
JSON representation
SailsJS admin panel
- Host: GitHub
- URL: https://github.com/lucafaggianelli/sails-hook-bucaniere
- Owner: lucafaggianelli
- Created: 2019-05-07T20:25:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T21:30:02.000Z (over 3 years ago)
- Last Synced: 2024-05-12T00:47:12.190Z (about 1 year ago)
- Topics: admin-dashboard, admin-panel, sails, sails-hook, sailsjs
- Language: HTML
- Size: 294 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Bucaniere. An admin panel for SailsJS apps.

# Install
```sh
npm i -S sails-hook-bucaniere
```Access the admin panel at
[https://localhost:1337/admin](https://localhost:1337/admin)# Usage
## Models
Browse yor models, click on the left menu to access a model and list entries.

Click on them to edit or delete

## Email Templates
Render email templates in the browser, supplying variables to the template in JSON format
and send test email.
# More features to come!
Bucaniere is still WIP, but in full development, please submit feature requests and issues, very appreciated!