think nest will be best to orcastrate thigns

This commit is contained in:
2026-04-17 20:46:24 -04:00
parent 03f8916da4
commit 9548706b33
13 changed files with 10438 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import { Injectable } from '@nestjs/common';
@Injectable()
export class AppService {
getHello(): string {
return 'Hello World!';
}
}