feat(examples): add example-with-typeorm (#8143)
This pull request introduces a new typeorm-service package to the
official TurboRepo examples. The aim is to demonstrate the
implementation of a robust service layer using TypeORM with a custom
dependency injection (DI) mechanism. This example is designed to help
developers integrate a more structured backend architecture with their
existing Next.js applications, leveraging TypeORM for ORM capabilities.
<img width="1164" alt="turborepo-orm"
src="https://github.com/vercel/turbo/assets/86150470/2662321f-c5ab-4b26-9623-b48bc611dbaa">
---------
Co-authored-by: Anthony Shew <anthony.shew@vercel.com>