# note-iris **Repository Path**: zhouboyi/note-iris ## Basic Information - **Project Name**: note-iris - **Description**: No description available - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-26 - **Last Updated**: 2025-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: Iris, MongoDB ## README

📔 note-iris

### 📖 语言 简体中文 | [English](./README.en.md) ### ⌛ 开始 #### 项目配置 * 1:配置 `Global GOPATH` & `Project GOPATH` * 2:配置 `Environment` * `GOPROXY=https://goproxy.cn,direct` * `GOFLAGS=-buildvcs=false` * `ENVCONFIG=dev` #### 安装依赖 ``` go mod tidy ``` #### 运行 ``` go run main.go ``` #### 编译成可执行文件 ``` go build main.go ``` ### 🐳 Docker #### Go 代码编译成 Linux 可执行文件 ``` set GOOS=linux set GOARCH=amd64 go build main.go ``` #### Docker 构建 ``` docker build -t note-iris . ``` #### Docker 运行 ``` docker run -d -p 18098:18098 --name note-iris note-iris ``` ### 📜 开源协议 [MIT License](https://opensource.org/licenses/MIT) Copyright (c) 2022 周博义