@ValentinKononov
https://github.com/valentinkononov
https://habr.com/ru/users/pinckrow/posts/
https://medium.com/@valentinkononov
import { Module } from '@nestjs/common'; @Module({ imports: [ AuthModule, UserModule, MongooseModule.forRoot( 'mongodb://localhost:27017/bundle-node-nest'), WinstonModule.forRoot({ }), ], exports: [...], controllers: [AppController], providers: [AppService], }) export class AppModule {}
Modules
Controllers
Routing
Dependency Injection
Middleware
Pipes
Guards
Exceptions
Interceptors
See you again!
By Valentin Kononov
Presentation about NestJS framework, how it naturally fits Angular frontend
Full Stack Developer, Speaker