An open API service indexing awesome lists of open source software.

https://github.com/ko-devhong/nodejstest

node.js 주요 기능 테스트
https://github.com/ko-devhong/nodejstest

Last synced: 14 days ago
JSON representation

node.js 주요 기능 테스트

Awesome Lists containing this project

README

          

# Node.js 기본 테스트

### Express 기본 문법 실행
- 라우팅
- 라우트 메소드
- 라우트 경로
- 응답 메소드
- app.route()

### Nodemon
- 실행 방법 및 설치

### pm2 활용
- 설치
- 프로젝트 설정
- 명령문 실행

### Sequelize
- babel 모듈 (ES6)
- sequelize 모듈 설치
- db 연결
- db연결 테스트
- 모델 생성
- 모델을 이용한 CRUD 쿼리문