Giter VIP home page Giter VIP logo

airad's Introduction

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的路由页面待更新

airad's People

Contributors

rubinliudongpo avatar dongpoliu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.