Desc about feature
-
{Feature 1: xxx}
- balabala
-
{Feature 2: xxx}
- balabala
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
To run the project locally for debugging purposes, follow these steps:
-
準備開發環境 use
docker-compose.yaml
:docker-compose -p {repoName} up -d
-
Download the Go modules required by the project:
go mod download
-
.env
cp app.env .env
-
Run the application:
go run ./cmd/main.go