📌 feat: Implement Suitable model and API endpoints for managing suitable products, including creation and listing functionalities
📌 feat: Implement Suitable model and API endpoints for managing suitable products, including creation and listing functionalities
prisma 연결
npx prisma migrate dev
npx prisma generate
npx prisma db pull
npx prisma db push
generate 를 진행해야 로컬에 연결 파일들이 생성이되고 pull push 를 사용할 수 있게 됨.
Description
Languages
TypeScript
99.9%