rebase-utils
v1.0.0
Published
Automate backend functionalities with rebase-utils. Just provide a file containing the required endpoint names and authenticated user roles in a JSON format and delegate the following responsibilities to rebase-utils keeping your code base simple and clea
Downloads
2
Readme
rebase-utils
Automate backend functionalities with rebase-utils. Just provide a file containing the required endpoint names and authenticated user roles in a JSON format and delegate the following responsibilities to rebase-utils keeping your code base simple and clean:
- Generate API-endpoints.
- Authenticate incoming requests granting custom access to different api-endpoints.
- Send dynamic html/template via email to a list of users through "Send Grid" (more vendors supported in future versions).
- Send sms to a list of users through "My Value First" (more vendors supported in future versions).
- Generate databases and collections on the fly with dbGenerator and perform CRUD operations on them.