Skip to content

노드 서버 올리기 (첫 커밋) #1

@yellow-jam

Description

@yellow-jam

노드 서버 생성

  • 노드 서버 생성 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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions