코딩캠프/내일배움캠프
[ TIL ] 02.01(수) 56일차
고랑E
2023. 2. 1. 21:00
728x90
오늘 드디어 최종 프로젝트 전 마지막 프로젝트 시작이다.
이번은 이커머스 프로젝트이고
우리팀 컨셉은 팀장님의 이름을 딴 정기치킨!!
초기 와이어프레임, ERD
회의 끝나고 프로젝트 초기 세팅 및 시퀄라이즈 db 세팅을 했다
이렇게 대충 만들고 수정함
npx sequelize model:generate --name user --attributes userName:string,password:string,email:string,phone:string,address:string,userType:integer
npx sequelize model:generate --name order --attributes userId:integer,orderList:string,address:string,memo:string,totalPrice:string,orderStatus:string
npx sequelize model:generate --name chickenMenu --attributes menuName:string,menuPrice:integer,memoPhoto:string