# MBTIsystem **Repository Path**: baolinhao/mbtisystem ## Basic Information - **Project Name**: MBTIsystem - **Description**: MBTI人格测试系统 记录每日代码迭代 - **Primary Language**: Go - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-07-26 - **Last Updated**: 2023-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 运行步骤 ## 1.先启动etcd(自行安装),在MBTI文件夹的三个rpc文件各运行三个终端服务监听,然后启动api终端的监听(共四个) ## 2.在vue-test文件夹下载依赖 ``` yarn install ``` ## 3.运行服务 ``` yarn serve ``` ## 4.编译部署 ``` npm run build ```