# egol **Repository Path**: vinzen_admin/egol ## Basic Information - **Project Name**: egol - **Description**: gin go-laravel - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-10-27 - **Last Updated**: 2022-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 2021-10-27 PM3:50 # 开始 1.下载命令行工具 ```shell script go get -u github.com/isafer-sen/ego@v1.0.2 ``` 2.创建项目 ```shell script ego new blog(项目名称) ``` 3.复制配置文件 ```shell script cp .env.example .env ``` 4.运行项目 ```shell script ego run ``` 5.访问 http://127.0.0.1:3000 ![18552b3d384bcec52a5276a959d31c4](C:\Users\admin\Desktop\18552b3d384bcec52a5276a959d31c4.png) # THANKS ##### gin ```cgo go get -u github.com/gin-gonic/gin ``` ##### viper ```cgo go get -u github.com/spf13/viper ``` ##### gorm ```cgo go get -u gorm.io/gorm ``` ##### testify/assert ```cgo go get -u github.com/stretchr/testify/assert ``` ##### go-redis ```cgo go get -u github.com/go-redis/redis ``` ##### jwt-go ```cgo go get -u github.com/dgrijalva/jwt-go ``` ##### gin-swagger ```cgo go get -u github.com/swaggo/swag/cmd/swag go get -u github.com/swaggo/gin-swagger go get -u github.com/swaggo/files ``` ##### cron ```cgo go get -u github.com/robfig/cron/v3@v3.0.0 ``` ##### websocket ```cgo go get -u github.com/gorilla/websocket ``` ##### go-cache ```cgo go -u get github.com/patrickmn/go-cache ```