https://github.com/ko-devhong/nodejstest
node.js 주요 기능 테스트
https://github.com/ko-devhong/nodejstest
Last synced: 14 days ago
JSON representation
node.js 주요 기능 테스트
- Host: GitHub
- URL: https://github.com/ko-devhong/nodejstest
- Owner: ko-devHong
- Created: 2020-06-03T05:17:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T23:27:54.000Z (over 3 years ago)
- Last Synced: 2025-01-12T05:28:01.180Z (over 1 year ago)
- Language: JavaScript
- Size: 11.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js 기본 테스트
### Express 기본 문법 실행
- 라우팅
- 라우트 메소드
- 라우트 경로
- 응답 메소드
- app.route()
### Nodemon
- 실행 방법 및 설치
### pm2 활용
- 설치
- 프로젝트 설정
- 명령문 실행
### Sequelize
- babel 모듈 (ES6)
- sequelize 모듈 설치
- db 연결
- db연결 테스트
- 모델 생성
- 모델을 이용한 CRUD 쿼리문