Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chenxingyuu/gin_template

Repository files navigation

gin_template

Features

V1.0.0

  • Config
  • Redis、MySQL
  • Response
  • Docker Deploy

Usage

1. Clone

git clone https://github.com/chenxingyuu/gin_template.git

2. Config

cd gin_template
cp config_template.yaml config.yaml

3. Run

go run cmd/server/main.go

Deploy

1. Build

docker build -t gin_template .

2. Run

docker run -d -p 8080:8080 --name gin_template gin_template
# or 
docker-compose up -d

Directory

├── cmd # Directory containing the application's command-line interface.
│ └── server # Executable for running the server. 
├── config # Directory containing the application's configuration files.
│ ├── config.go # Configuration file parsing.
│ ├── constant.go # Constant.
│ └── env.go # Environment variable parsing.
├── deployment # Directory containing the application's deployment files.
│ ├── Dockerfile # Dockerfile.
│ └── docker-compose.yaml # Docker-compose.
├── internal # Directory containing the application's private application and library code.
│ └── app # Application code.
├── pkg # Directory containing the application's public library code.
│ ├── datastore # Datastore.
│ └── response # Response.
├── LICENSE # License. 
├── README.md # README.
├── config_template.yaml # Configuration template.
├── go.mod # Go module file specifying the project's dependencies.
├── go.sum # File containing checksums for the project's dependencies.
└── main.go # Application entry point.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /