Keeping hugo and raami as complete express.js apps makes the system as a whole more complicated than it ought to be, and is not an easily extendable model to use for future work. Refactoring them as express.Router modules instead allows for better modularity and configurability.
It might also make sense to re-think the directory locations of the related database init scripts & tests.
Keeping
hugo
andraami
as complete express.js apps makes the system as a whole more complicated than it ought to be, and is not an easily extendable model to use for future work. Refactoring them asexpress.Router
modules instead allows for better modularity and configurability.It might also make sense to re-think the directory locations of the related database init scripts & tests.