- 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
- 초기 버전: 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
- 초기 버전: steps/4_init_react_nestjs.zip
- nextjs 초기 버전: steps/5_init_frontend_nextjs.zip
- 완료 버전: steps/6_final_react_nestjs.zip