I'd definitely suggest at least considering Nest.JS.
There's totally nothing wrong with Express (or Koa or Fastify) projects, but Express based projects tend to share problems with all others based on minimalistic-based frameworks - no skeleton means tons of discussions about favorite ORM, Logger, Validation, whole story about service vs helpers etc.
If I can skip it, I always do. Decision paralysis can be a killer.