All Projects → Luncher → go-rest

Luncher / go-rest

Licence: MIT license
Build golang restful api, with - Gin Framework and MongoDB

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to go-rest

Gin Web
由gin + gorm + jwt + casbin组合实现的RBAC权限管理脚手架Golang版, 搭建完成即可快速、高效投入业务开发
Stars: ✭ 107 (+435%)
Mutual labels:  restful, gin
Snake
🐍 一款小巧的基于Go构建的开发框架,可以快速构建API服务或者Web网站进行业务开发,遵循SOLID设计原则
Stars: ✭ 615 (+2975%)
Mutual labels:  restful, gin
gonrails
Rails like mvc backend application with golang .
Stars: ✭ 37 (+85%)
Mutual labels:  restful, gin
Golang Gin Realworld Example App
Exemplary real world application built with Golang + Gin
Stars: ✭ 1,780 (+8800%)
Mutual labels:  restful, gin
go-zero
A cloud-native Go microservices framework with cli tool for productivity.
Stars: ✭ 23,294 (+116370%)
Mutual labels:  restful
Http Fake Backend
Build a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.
Stars: ✭ 253 (+1165%)
Mutual labels:  restful
Adnc
微服务框架,同时也适用于单体架构系统的开发。支持经典三层与DDD架构开发模式、集成了一系列主流稳定的微服务配套技术栈。一个前后端分离的框架,前端基于Vue、后端基于.Net Core 3.1构建。
Stars: ✭ 223 (+1015%)
Mutual labels:  restful
Jersey 2.x User Guide
Jersey 2.x User Guide《Jersey 2.x 用户指南》 ,中文翻译
Stars: ✭ 235 (+1075%)
Mutual labels:  restful
flask-restx-boilerplate
🔥 REST API written in Flask micro web framework with the Flask-RESTX framework.
Stars: ✭ 132 (+560%)
Mutual labels:  restful
tinyspec
Simple syntax for describing REST APIs
Stars: ✭ 95 (+375%)
Mutual labels:  restful
requestid
Request ID middleware for Gin Framework
Stars: ✭ 115 (+475%)
Mutual labels:  gin
server-benchmarks
🚀 Cross-platform transparent benchmarks for HTTP/2 Web Servers at 2020-2023
Stars: ✭ 78 (+290%)
Mutual labels:  gin
premiere
A simple way to consume APIs with Javascript.
Stars: ✭ 67 (+235%)
Mutual labels:  restful
Php Crud Api
Single file PHP script that adds a REST API to a SQL database
Stars: ✭ 2,904 (+14420%)
Mutual labels:  restful
router
An Fully Automatic RESTful PHP Router
Stars: ✭ 51 (+155%)
Mutual labels:  restful
Clevergo
👅 CleverGo is a lightweight, feature rich and high performance HTTP router for Go.
Stars: ✭ 246 (+1130%)
Mutual labels:  restful
accountbook server
📔 记账本 Django 后端
Stars: ✭ 20 (+0%)
Mutual labels:  restful
express-mysql-demo
基于node.js + express + mysql实现的restful风格的CRUD简单示例
Stars: ✭ 44 (+120%)
Mutual labels:  restful
gorest
RESTful Server Systems [DEPRECATED]
Stars: ✭ 34 (+70%)
Mutual labels:  restful
grpc-todo
A TODO app using grpc-web and Vue.js
Stars: ✭ 76 (+280%)
Mutual labels:  gin

Go-REST

Build Status GoDoc

├── LICENSE
├── README.md
├── controllers
│   └── movie.go
├── db
│   └── db.go
├── forms
│   └── movie.go
├── glide.yaml
├── main.go
├── main_test.go
└── models
    └── movie.go

License MIT

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].