DEV Community

Discussion on: Creating a Node back-end using the MVC software design pattern

Collapse
 
kleguizamon profile image
Kevin Leguizamon • Edited

hey man great post!! another option is to use the express template with the command line -> npx express_generator < PROJECT_NAME > --no-view. This structures the project well from the base, separating the logic of opening the server with the business logic.