AlbertHernandez / nestjs-service-template

Template for new services based on NestJS with the Best Practices and Ready for Production

Home Page:github.com/AlbertHernandez/nestjs-service-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello world

github-actions opened this issue · comments

New Codebase TODO ✅

Title

hello world

URL

// TODO: hello world

Body

Source of this issue
  await app.listen(port, "0.0.0.0");

  const logger = app.get(Logger);
  // TODO: hello world
  logger.log(`App is ready and listening on port ${port} 🚀`);
}