> For the complete documentation index, see [llms.txt](https://toothlessdev.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://toothlessdev.gitbook.io/main/web-develop/nest-js.md).

# Nest JS

- [DI / IOC 의존성 주입과 제어의 역전](https://toothlessdev.gitbook.io/main/web-develop/nest-js/di-ioc.md)
- [NestJS TypeORM 연동하기](https://toothlessdev.gitbook.io/main/web-develop/nest-js/nestjs-typeorm.md)
- [RDBMS 와 TypeORM Column](https://toothlessdev.gitbook.io/main/web-develop/nest-js/rdbms-typeorm-column.md)
- [RDBMS 와 TypeORM Relationship](https://toothlessdev.gitbook.io/main/web-develop/nest-js/rdbms-typeorm-relationship.md)
- [NestJS Controller](https://toothlessdev.gitbook.io/main/web-develop/nest-js/nestjs-controller.md)
- [Offset Based & Cursor Based Pagination](https://toothlessdev.gitbook.io/main/web-develop/nest-js/offset-based-and-cursor-based-pagination.md)
- [NestJS Access, Refresh 토큰으로 인증인가 구현하기 (jwt & bcrypt)](https://toothlessdev.gitbook.io/main/web-develop/nest-js/nestjs-access-refresh-jwt-and-bcrypt.md)
- [NestJS WebSocket 으로 채팅 구현하기](https://toothlessdev.gitbook.io/main/web-develop/nest-js/nestjs-websocket.md)
