https://github.com/beanwei/go_web_demo
Go做后端 开发ing !!!
https://github.com/beanwei/go_web_demo
echo golang restful-api xorm xormplus
Last synced: 4 months ago
JSON representation
Go做后端 开发ing !!!
- Host: GitHub
- URL: https://github.com/beanwei/go_web_demo
- Owner: BeanWei
- Created: 2018-04-10T11:54:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T03:11:06.000Z (about 7 years ago)
- Last Synced: 2024-12-28T01:22:55.901Z (6 months ago)
- Topics: echo, golang, restful-api, xorm, xormplus
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 后端基于golang + 前端基于vue
##后端使用的依赖
- web框架:github.com/labstack/echo/...
- 日志: github.com/donnie4w/go-logger/logger
- 单元测试:github.com/smartystreets/goconvey
- ~~数据库查询:github.com/jmoiron/sqlx~~
- 数据库查询:github.com/xormplus/xorm
- 缓存:github.com/garyburd/redigo/redis
- mysql驱动:github.com/go-sql-driver/mysql
- 配置文件解析:github.com/BurntSushi/toml