-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
노드 서버 생성
- 노드 서버 생성
npm init
라이브러리 설치
- express
npm install express --save - nodemon
npm install nodemon --save-dev - BodyParser
npm install body-parser --save - 비밀번호 암호화용 Bcrypt
npm install bcrypt --save - 로그인 토큰용
npm install jsonwebtoken --save - 쿠키에 저장하기
npm install cookie-parser --save
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels