반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 알고리즘공부
- 플러터 공부
- 스프링부트공부
- 카프카
- JPA예제
- nestjs
- JPA스터디
- Kafka
- querydsl
- 스프링공부
- Axon framework
- K8S
- Flutter
- 기술면접공부
- DDD
- 코테준비
- 자료구조공부
- 프로그래머스
- 코테공부
- 스프링 공부
- 플러터 개발
- 기술공부
- 자바공부
- JPA 공부
- 스프링
- nestjs공부
- JPA
- 스프링부트
- nestjs스터디
- JPA공부
Archives
- Today
- Total
목록nestjs rest api (1)
DevBoi
[NestJS] Repository Pattern
단순히 nestJS 관련 API를 개발했다. 스웨거를 붙였고, 해당 관련되서, 단순히 조회해서, 리턴하는 (DTO) 로직을 구현했다. typeorm 0.3버전 부터 좀 많이 바뀌어서, 버전은 0.2.45로 변경해서 작업을 했다. 1) 컨트롤러 import { Controller, Get, Post, Body, Patch, Param, Delete, UseGuards } from '@nestjs/common'; import { CorpService } from './corp.service'; import { JwtAuthGuard } from 'src/auth/auth-guard'; import { Corp } from './entities/corp.entity'; import { ApiTags, ApiO..
Develop/[NestJs]
2023. 6. 16. 23:57