Airad Save

Beego based Restful API service

Project README

AirAd

Beego based RestFul API service

which supports mobile app as cloud service

特性

  • RestFul API
  • Access Token, User Auth

依赖

如何开始

   mysql -uroot -pYOURROOTPASSWORD  -h 127.0.0.1 -e "CREATE DATABASE IF NOT EXISTS airad DEFAULT CHARSET utf8 COLLATE utf8_general_ci;"
  • 创建(并授权给)用户(gouser)和密码(gopassword)
    mysql -uroot -pYOURROOTPASSWORD  -h 127.0.0.1 -e "grant all privileges on airad.* to gouser@'%' identified by 'gopass';"
  • 导入airad.sql
    mysql -uroot -pROOTPASSWORD  airad < database/airad.sql

查看和调试

请通过 http://localhost:9080/swagger/ 试用API,界面如下

注意

  • SWagger的路由页面待更新
Open Source Agenda is not affiliated with "Airad" Project. README Source: rubinliudongpo/airad
Stars
61
Open Issues
0
Last Commit
5 years ago

Open Source Agenda Badge

Open Source Agenda Rating