跳到主要内容

快速开始

本指南将帮助你在 5 分钟内启动上门到家服务系统。

前提条件

  • 已完成 环境安装 中的所有步骤
  • MySQL 8.0 服务运行中
  • Redis 7.x 服务运行中

快速启动

# 克隆项目
git clone https://github.com/jiudi-tech/jiudi-home-service.git

# 启动后端
cd jiudi-home-service-server
mvn spring-boot:run

# 启动前端
cd ../jiudi-home-service-admin
npm install
npm run dev