We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60d747 commit 1a73898Copy full SHA for 1a73898
README.md
@@ -1,11 +1,14 @@
1
# typescript를 이용한 nodejs 웹어플리케이션 제작
2
3
+
4
## 개발 진행내용
5
1. 프로젝트 디렉토리 구성 및 개발환경 구축 (12/18)
6
2. tslint -> deprecated. So use eslint for development (12/18)
7
3. 라우팅은 controller -> router -> app 순서로 import (12/19)
8
4. mongodb 연결 및 user스키마 정의를 통한 controller, router처리 (12/21)
9
5. server.ts 에서 express서버의 설정 및 구동 통일화 (12/21)
10
+6. eslint 코드 컨벤션 확정 및 적용 (12/22)
11
12
13
## 개발 목표
14
1. typescript의 타입체크 모든 변수 선언, 함수 선언, 인자 정의 등에서 적용
0 commit comments