Boilerplate application for a Python/Flask JWT Backend and a Javascript/React/Redux Front-End with Material UI.
-
Updated
Jul 13, 2021 - JavaScript
Add a description, image, and links to the boilerplate-application topic page so that developers can more easily learn about it.
To associate your repository with the boilerplate-application topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Currently, if the developer wants to register a new admin account, it doesn't let it do that because sendgrid API keys are needed. Remove this dependency for local, and switch to using an identical
emailServicewhich uses Nodemailer (Gmail option preferred) since Nodemailer is free. Maybe feature flag this property**Describe