mirror of
https://github.com/aditama-labs/nest-autocrud.git
synced 2024-11-22 03:16:21 +00:00
chore: better info in readme
This commit is contained in:
parent
956ad9f944
commit
37d5f6b746
13
README.md
13
README.md
@ -66,6 +66,19 @@ export class AppModule {}
|
|||||||
// Your Controller
|
// Your Controller
|
||||||
@Controller('examples')
|
@Controller('examples')
|
||||||
export class AppController extends SkeletonCRUDController {}
|
export class AppController extends SkeletonCRUDController {}
|
||||||
|
|
||||||
|
// Expected Output
|
||||||
|
[Nest] 101445 - 10/30/2024, 9:12:20 PM LOG [NestFactory] Starting Nest application...
|
||||||
|
[Nest] 101445 - 10/30/2024, 9:12:20 PM LOG [InstanceLoader] PrismaModule dependencies initialized +14ms
|
||||||
|
[Nest] 101445 - 10/30/2024, 9:12:20 PM LOG [InstanceLoader] AppModule dependencies initialized +0ms
|
||||||
|
[Nest] 101445 - 10/30/2024, 9:12:20 PM LOG [RoutesResolver] AppController {/example}: +4ms
|
||||||
|
[Nest] 101445 - 10/30/2024, 9:12:20 PM LOG [RouterExplorer] Mapped {/example, POST} route +2ms
|
||||||
|
[Nest] 101445 - 10/30/2024, 9:12:20 PM LOG [RouterExplorer] Mapped {/example/:id, DELETE} route +0ms
|
||||||
|
[Nest] 101445 - 10/30/2024, 9:12:20 PM LOG [RouterExplorer] Mapped {/example/list, GET} route +1ms
|
||||||
|
[Nest] 101445 - 10/30/2024, 9:12:20 PM LOG [RouterExplorer] Mapped {/example, GET} route +0ms
|
||||||
|
[Nest] 101445 - 10/30/2024, 9:12:20 PM LOG [RouterExplorer] Mapped {/example/:id, GET} route +0ms
|
||||||
|
[Nest] 101445 - 10/30/2024, 9:12:20 PM LOG [RouterExplorer] Mapped {/example, PATCH} route +1ms
|
||||||
|
[Nest] 101445 - 10/30/2024, 9:12:20 PM LOG [NestApplication] Nest application successfully started +198ms
|
||||||
```
|
```
|
||||||
|
|
||||||
### TypeORM
|
### TypeORM
|
||||||
|
Loading…
Reference in New Issue
Block a user