Skip to content

Commit

Permalink
Merge pull request #21 from big-dust/auth-task
Browse files Browse the repository at this point in the history
doc: update README
  • Loading branch information
big-dust authored Aug 28, 2023
2 parents 06c1b92 + b49ac5c commit 99b6bae
Showing 1 changed file with 40 additions and 2 deletions.
42 changes: 40 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,40 @@
# MuxiFresh-Be-2.0
MuxiFresh Backend Version2.0
# 木犀招新系统 v2

基于 `go-zero` 的木犀招新系统后端仓库

## 服务

- auth:身份认证
- user:用户信息
- task:作业
- review:审阅
- schedule:进度
- form:报名表
- test:测验

## 运行

### 1. 配置

复制 `~/etc/app-example.yaml` 文件为 `~/etc/app.yaml`,并根据需要进行配置。

### 2. 构建运行

- `rpc`服务

进入`rpc`服务目录,执行

```go
go run rpc.go -f etc/rpc.yaml
```

- `api`服务

进入`api`服务目录,执行

```go
go run api.go -f etc/api.yaml
```

ps:运行整个项目时,user服务需要在task,review,form,test服务之前启动。

0 comments on commit 99b6bae

Please sign in to comment.