백엔드 개발
Node.js, NestJS, Spring Boot, Python 백엔드, 소켓, Nginx, 결제 연동 등 서버 개발.
app.controller.ts
app.controller.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/code/app.controller.ts).
글 읽기 →app.module.ts
app.module.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/code/app.module.ts).
글 읽기 →app.service.ts
app.service.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/code/app.service.ts).
글 읽기 →main.ts
main.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/code/main.ts).
글 읽기 →todos.controller.ts
todos.controller.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/code/todos/todos.controller.ts).
글 읽기 →todos.module.ts
todos.module.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/code/todos/todos.module.ts).
글 읽기 →todos.service.ts
todos.service.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/code/todos/todos.service.ts).
글 읽기 →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).
글 읽기 →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).
글 읽기 →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).
글 읽기 →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).
글 읽기 →main.ts
main.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/demo-beginner/src/main.ts).
글 읽기 →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).
글 읽기 →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).
글 읽기 →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).
글 읽기 →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).
글 읽기 →app.controller.ts
app.controller.ts — typescript source code from the nest.js learning materials (nest.js/02-intermediate/code/app.controller.ts).
글 읽기 →app.module.ts
app.module.ts — typescript source code from the nest.js learning materials (nest.js/02-intermediate/code/app.module.ts).
글 읽기 →app.service.ts
app.service.ts — typescript source code from the nest.js learning materials (nest.js/02-intermediate/code/app.service.ts).
글 읽기 →auth.module.ts
auth.module.ts — typescript source code from the nest.js learning materials (nest.js/02-intermediate/code/auth/auth.module.ts).
글 읽기 →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).
글 읽기 →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).
글 읽기 →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).
글 읽기 →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).
글 읽기 →