Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mshmyw/golang-hit-counter
golang hit count pv uv
https://github.com/mshmyw/golang-hit-counter
Last synced: 22 days ago
JSON representation
golang hit count pv uv
- Host: GitHub
- URL: https://github.com/mshmyw/golang-hit-counter
- Owner: mshmyw
- Created: 2019-08-08T15:26:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T20:33:41.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T03:41:04.078Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gin + Gorm 的 RESTful 实例
安装依赖:
```
go mod tidy
```编辑 config/config.yaml 配置数据库:
```
dsn: "root:123456@tcp(127.0.0.1:3306)/admin?charset=utf8&parseTime=True&loc=Local"
```运行:
```
go run main.go
```