# ewalletservice **Repository Path**: loboSpring/ewalletservice ## Basic Information - **Project Name**: ewalletservice - **Description**: 钱包App的后台 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-03-29 - **Last Updated**: 2020-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Usage node >= 8.0 安装依赖 $ npm i 配置本地测试环境 $ cp .env.sample .env 启动应用 $ npm start sequelize-cli: ```bash // 创建数据表模型 npm run sequelize-cli -- model:generate --name dataTable --attributes name:string // 创建数据迁移版本 npm run sequelize-cli -- migration:create --name your-migration-file // 执行数据迁移 npm run sequelize-cli -- db:migrate ```