Closed fcaps closed 1 year ago
Separate the bootstrapping and the actual "listen" call of the application would benefit development and testing.
Actual behavior: node is starting the express.js with cronjobs, routes, middlewares and the listen to the port.
Desired: Routing (controllers), middlewares, configs and cronjobs can be bootstrapped without starting the webserver.
benefits:
Separate the bootstrapping and the actual "listen" call of the application would benefit development and testing.
Actual behavior: node is starting the express.js with cronjobs, routes, middlewares and the listen to the port.
Desired: Routing (controllers), middlewares, configs and cronjobs can be bootstrapped without starting the webserver.
benefits: