Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Suggestion] Split up app.js into separate files #3

Open
BenShelton opened this issue Dec 31, 2021 · 0 comments
Open

[Suggestion] Split up app.js into separate files #3

BenShelton opened this issue Dec 31, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@BenShelton
Copy link

There's a lot happening in app.js which could be separated into modules.

For example one file could hold all the email related logic and export just the transporter. Same can be done with all the mongodb logic. And so on.

Ideally app.js is a tiny file and just imports logic from elsewhere.

@Grey41 Grey41 added the enhancement New feature or request label Dec 31, 2021
@Grey41 Grey41 self-assigned this Dec 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants