基本信息
1.框架使用 iris
2.跨域问题使用包 go get -u github.com/iris-contrib/middleware/cors
3.数据库使用包 go get -u github.com/jinzhu/gorm
4.数据验证试验包 go get gopkg.in/go-playground/validator.v9
5.CLI使用包 go get github.com/urfave/cli
6.JWT使用包 go get -u github.com/dgrijalva/jwt-go
7.配置文件包 go get -u github.com/spf13/viper
将实现的功能:基本的crud,使用JWT实现认证,使用CLI工具,使用配置文件包,单元测试
目前进度:使用配置文件包