An open API service indexing awesome lists of open source software.

https://github.com/zhyea/argo

Argo promote platform
https://github.com/zhyea/argo

Last synced: about 1 month ago
JSON representation

Argo promote platform

Awesome Lists containing this project

README

        

# Argo

用户管理功能

接口文档:[用户管理相关接口](https://github.com/zhyea/liens/wiki)

## 如何部署

### 1. 获取源码

```shell
git clone [email protected]:zhyea/argo.git
```
或者

```shell
wget https://github.com/zhyea/argo/archive/refs/heads/main.zip
unzip main.zip
mv liens-main liens
```

### 2. 编译打包

```shell
cd liens
mvn clean package -DskipTests
```

### 3. 启动服务

```shell
sh start.sh
```