Skip to content

Latest commit

 

History

History
46 lines (40 loc) · 2.54 KB

README.md

File metadata and controls

46 lines (40 loc) · 2.54 KB

NestJS 로 배우는 백엔드 프로그래밍

📕 참고 자료: WikiDocs
⚙️ 예시 코드: book-nestjs-backend

📌 To Do

1️⃣ 코드 변경이 있을 경우, section 별 issue 생성해서 기록
2️⃣ velog 에 내용 정리 후, README.md progress update
3️⃣ chaper 별 article publish 후, blog 에 velog article archive
4️⃣ README.md chapter bracket 에 velog article link 하면서 목차 copy
5️⃣ wiki 에 해당 chapter 목차 반영

🗓 Progress

[00장] 들어가기 전에

Section Start Date End Date Velog Publish
- 220725 220725 -

[01장] Hello NestJS

Section Start Date End Date Velog Publish
1.1 NestJS 소개 220726 220726 ⭕️
1.2 Express 가 좋을까 NestJS 가 좋을까 220727 220727 ⭕️
1.3 NestJS 설치 220728 220728 ⭕️
1.4 이 책에서 만드는 애플리케이션 220729 220729 ⭕️

[02장] NestJS 를 배우기 전에

Section Start Date End Date Velog Publish
2.1 웹 프레임워크 220730 220730 ⭕️
2.2 Node.js 220801 220801 ⭕️
2.3 이벤트 루프 220802 220802 ⭕️
2.4 패키지 의존성 관리 220803 220803 ⭕️
2.5 Typescript 220804 220804 ⭕️
2.6 데코레이터 220805 220805 ⭕️

[03장] 애플리케이션의 관문 - 인터페이스

Section Start Date End Date Velog Publish
3.1 컨트롤러(Controller) 220808 220819 ⭕️
3.2 유저 서비스의 인터페이스 220822 220824 ⭕️

[04장] 핵심 도메인 로직을 포함하는 프로바이더

Section Start Date End Date Velog Publish
4.1 프로바이더(provider) 220907 220913 ⭕️
4.2 유저 서비스에 회원가입 로직 구현하기