Développement Backend
Développement côté serveur avec Node.js, NestJS, Spring Boot, Python, sockets, Nginx et intégration de paiement.
app.controller.ts
app.controller.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/code/app.controller.ts).
Lire l'article →app.module.ts
app.module.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/code/app.module.ts).
Lire l'article →app.service.ts
app.service.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/code/app.service.ts).
Lire l'article →main.ts
main.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/code/main.ts).
Lire l'article →todos.controller.ts
todos.controller.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/code/todos/todos.controller.ts).
Lire l'article →todos.module.ts
todos.module.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/code/todos/todos.module.ts).
Lire l'article →todos.service.ts
todos.service.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/code/todos/todos.service.ts).
Lire l'article →app.controller.spec.ts
app.controller.spec.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/demo-beginner/src/app.controller.spec.ts).
Lire l'article →app.controller.ts
app.controller.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/demo-beginner/src/app.controller.ts).
Lire l'article →app.module.ts
app.module.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/demo-beginner/src/app.module.ts).
Lire l'article →app.service.ts
app.service.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/demo-beginner/src/app.service.ts).
Lire l'article →main.ts
main.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/demo-beginner/src/main.ts).
Lire l'article →todos.controller.ts
todos.controller.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/demo-beginner/src/todos/todos.controller.ts).
Lire l'article →todos.module.ts
todos.module.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/demo-beginner/src/todos/todos.module.ts).
Lire l'article →todos.service.ts
todos.service.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/demo-beginner/src/todos/todos.service.ts).
Lire l'article →app.e2e-spec.ts
app.e2e-spec.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/demo-beginner/test/app.e2e-spec.ts).
Lire l'article →app.controller.ts
app.controller.ts — typescript source code from the nest.js learning materials (nest.js/02-intermediate/code/app.controller.ts).
Lire l'article →app.module.ts
app.module.ts — typescript source code from the nest.js learning materials (nest.js/02-intermediate/code/app.module.ts).
Lire l'article →app.service.ts
app.service.ts — typescript source code from the nest.js learning materials (nest.js/02-intermediate/code/app.service.ts).
Lire l'article →auth.module.ts
auth.module.ts — typescript source code from the nest.js learning materials (nest.js/02-intermediate/code/auth/auth.module.ts).
Lire l'article →public.decorator.ts
public.decorator.ts — typescript source code from the nest.js learning materials (nest.js/02-intermediate/code/auth/decorators/public.decorator.ts).
Lire l'article →roles.decorator.ts
roles.decorator.ts — typescript source code from the nest.js learning materials (nest.js/02-intermediate/code/auth/decorators/roles.decorator.ts).
Lire l'article →auth.guard.ts
auth.guard.ts — typescript source code from the nest.js learning materials (nest.js/02-intermediate/code/auth/guards/auth.guard.ts).
Lire l'article →roles.guard.ts
roles.guard.ts — typescript source code from the nest.js learning materials (nest.js/02-intermediate/code/auth/guards/roles.guard.ts).
Lire l'article →