初始化

## 如何启动项目 1. 安装依赖包 > npm install 2. 初始化数据库(初始化会清空之前的数据,要慎重) > npm run sql 3. 启动项目 > npm run start ## 每次更新项目需要做 1. 安装依赖包 > npm install