NEW

Summary

Directory Structure

Directory structure:
└── klerith-node-ts-typescript/
    ├── README.md
    ├── nodemon.json
    ├── package.json
    ├── tsconfig.json
    └── src/
        ├── app.ts
        ├── data/
        │   └── heroes.ts
        └── services/
            └── hero.service.ts

Files Content