# newbaking **Repository Path**: JasonCN2008/newbaking ## Basic Information - **Project Name**: newbaking - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-08-24 - **Last Updated**: 2024-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 运行后端 ## 初始化数据库 baking.sql ## 修改项目配置文件(连接数据库的账号密码) application.properties ## 启动服务 # 运行前端 ## 进入baking-web目录 cd baking-web ## 安装依赖 npm install ## 配置仓库 npm install --registry=https://registry.npmmirror.com ## 启动项目 npm run serve