All Projects → rubinliudongpo → airad

rubinliudongpo / airad

Licence: other
Beego based Restful API service

Programming Languages

go
31211 projects - #10 most used programming language
HTML
75241 projects
Smarty
1635 projects

Projects that are alternatives of or similar to airad

restful-services-in-pyramid
RESTful / HTTP services in Pyramid and Python course handout materials
Stars: ✭ 56 (-11.11%)
Mutual labels:  service, restful-api
cpp-rest-api
RESTFul Web service by C++, implemented basic REST endpoints and RESTVerbs (GET,POST,PUT,DELETE).
Stars: ✭ 13 (-79.37%)
Mutual labels:  restful-api
ssdp-client
The most lightweight asynchronous Java SSDP (Simple Service Discovery Protocol) Client
Stars: ✭ 46 (-26.98%)
Mutual labels:  service
hedera-hts-demo
This is a demonstration UI for the Hedera Token Service. Written in JavaScript and Vue.JS
Stars: ✭ 66 (+4.76%)
Mutual labels:  service
readthis-api
100000p.com
Stars: ✭ 17 (-73.02%)
Mutual labels:  restful-api
HyperVue
🚀 基于 Hyperf + Vue + ElementUI 前后端分离的通用型管理后台
Stars: ✭ 23 (-63.49%)
Mutual labels:  restful-api
Molder
BDD steps libraries for test automation databases, web services, and WebUI
Stars: ✭ 16 (-74.6%)
Mutual labels:  service
Coyote
Framework providing operating system abstractions and a range of shared networking (RDMA, TCP/IP) and memory services to common modern heterogeneous platforms.
Stars: ✭ 80 (+26.98%)
Mutual labels:  service
backup-repository
Backup storage for E2E GPG-encrypted files, with multi-user, quotas, versioning, using a object storage (S3/Min.io/GCS etc.) and deployed on Kubernetes or standalone.
Stars: ✭ 21 (-66.67%)
Mutual labels:  service
tinyspec
Simple syntax for describing REST APIs
Stars: ✭ 95 (+50.79%)
Mutual labels:  restful-api
ServiceStack.Webhooks
Add Webhooks to your ServiceStack services
Stars: ✭ 26 (-58.73%)
Mutual labels:  restful-api
server
A server for tf2pickup.org
Stars: ✭ 16 (-74.6%)
Mutual labels:  restful-api
contentdb
Content database for Minetest mods, games, and more
Stars: ✭ 74 (+17.46%)
Mutual labels:  restful-api
go-api-basic
A Go RESTful API template
Stars: ✭ 313 (+396.83%)
Mutual labels:  restful-api
docs
PrestaShop technical documentation
Stars: ✭ 102 (+61.9%)
Mutual labels:  service
Jonty.Blog
🎯Jonty.Blog个人博客项目,底层基于免费开源跨平台的.NET Core 3.1开发,使用 ABP vNext搭建项目框架,支持主流数据库,遵循RESTful接口规范,前端使用Blazor开发。
Stars: ✭ 42 (-33.33%)
Mutual labels:  restful-api
ServiceCommander-IBMi
Service Commander for IBM i
Stars: ✭ 29 (-53.97%)
Mutual labels:  service
ex aws rekognition
Package to use AWS Rekognition service
Stars: ✭ 21 (-66.67%)
Mutual labels:  service
angular-odata-es5
OData Service for Angular.io (es5 version)
Stars: ✭ 45 (-28.57%)
Mutual labels:  service
restgoose
Model-driven REST API framework using decorators
Stars: ✭ 28 (-55.56%)
Mutual labels:  restful-api

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的路由页面待更新
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].