An open API service indexing awesome lists of open source software.

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 !!!

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