Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 718 Bytes

File metadata and controls

27 lines (23 loc) · 718 Bytes

실습 환경

  • node version 22.14.0
  • visual code
  • mysql
  • express
  • nestjs

설치 필요

  • docker (docker-compose)
  • nvm install 22.14.0
  • nvm use 22.14.0
  • npm install -g ts-node typescript @types/node

실행 방법

  • js: node src.js
  • ts: ts-node src.ts

vanilla_express 프로젝트

  • 초기 버전: steps/0_init_vanilla_express.zip
  • 안전한 인증 적용: steps/1_auth_vanilla_express.zip
  • SQL 인젝션 방어 적용: steps/2_sql_vanilla_express.zip
  • 최종 완료: steps/3_final_vanilla_express.zip

react_nestjs 프로젝트

  • 초기 버전: steps/4_init_react_nestjs.zip
  • nextjs 초기 버전: steps/5_init_frontend_nextjs.zip
  • 완료 버전: steps/6_final_react_nestjs.zip