You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 9, 2024. It is now read-only.
There's a lot happening in
app.jswhich 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.jsis a tiny file and just imports logic from elsewhere.