안녕하세요 아이티 박사 호입니다. 오늘은  

git +vercel Repositories 설정 package.json 생성 명령어 

  1. .gitignore 파일 먼저 생성:
node_modules/ .env
  1. package.json 생성을 위한 명령어:
bash
npm init -y npm install express multer @anthropic-ai/sdk dotenv cors