This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Description
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.