# express-orm-mvc **Repository Path**: ww24kobe/express-orm-mvc ## Basic Information - **Project Name**: express-orm-mvc - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-03 - **Last Updated**: 2024-02-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于 express-orm-mvc 的开发模式 # 部署 1. 修改 `config/database.js`,配置数据库信息,导入 `data/*.sql` 中的数据表数据 2. 安装依赖 ``` pnpm install ``` 3. 启动服务 ``` npm run dev ```