# kitchen-menu **Repository Path**: lventou/kitchen-menu ## Basic Information - **Project Name**: kitchen-menu - **Description**: 情侣厨房 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-10 - **Last Updated**: 2024-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Awesome Project Build with TypeORM Steps to run this project: 1. Run `npm i` command 2. Setup database settings inside `data-source.ts` file 3. Run `npm start` command - [ ] 查看设计稿和description文档,继续完善数据结构 - [ ] 列表数据能够删除的时候,加一个逻辑删除字段 删除数据就把这个字段作为1 这样误删还能恢复 - [ ] 完善各个模块的增删改查 - [ ] 添加jwt鉴权 - [ ] 添加验证码登录