All Projects → gonrails → gonrails

gonrails / gonrails

Licence: MIT license
Rails like mvc backend application with golang .

Programming Languages

go
31211 projects - #10 most used programming language
ruby
36898 projects - #4 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to gonrails

Thinkphp5 Restfulapi
restful-api风格接口 APP接口 APP接口权限 oauth2.0 接口版本管理 接口鉴权
Stars: ✭ 949 (+2464.86%)
Mutual labels:  restful, api-server
Php Crud Api
Single file PHP script that adds a REST API to a SQL database
Stars: ✭ 2,904 (+7748.65%)
Mutual labels:  restful, api-server
Gin Web
由gin + gorm + jwt + casbin组合实现的RBAC权限管理脚手架Golang版, 搭建完成即可快速、高效投入业务开发
Stars: ✭ 107 (+189.19%)
Mutual labels:  restful, gin
Magento-Extra-RESTful
Many more REST resources for Magento's API
Stars: ✭ 32 (-13.51%)
Mutual labels:  restful, api-server
Actframework
An easy to use Java MVC server stack
Stars: ✭ 690 (+1764.86%)
Mutual labels:  mvc, restful
Snake
🐍 一款小巧的基于Go构建的开发框架,可以快速构建API服务或者Web网站进行业务开发,遵循SOLID设计原则
Stars: ✭ 615 (+1562.16%)
Mutual labels:  restful, gin
Graphql2rest
GraphQL to REST converter: automatically generate a RESTful API from your existing GraphQL API
Stars: ✭ 181 (+389.19%)
Mutual labels:  restful, api-server
rudder
RESTful API Proxy for Helm
Stars: ✭ 60 (+62.16%)
Mutual labels:  restful, api-server
relax
Relax is a set of tools for modeling, documenting and testing RESTFul APIs
Stars: ✭ 12 (-67.57%)
Mutual labels:  mvc, restful
easy-gin
一套基于 Gin 框架的 MVC 脚手架,使用 govendor 包管理
Stars: ✭ 74 (+100%)
Mutual labels:  mvc, gin
java-crud-api
No description or website provided.
Stars: ✭ 24 (-35.14%)
Mutual labels:  restful, api-server
Proteus
Lean, mean, and incredibly fast JVM framework for web and microservice development.
Stars: ✭ 178 (+381.08%)
Mutual labels:  mvc, api-server
Golang Gin Realworld Example App
Exemplary real world application built with Golang + Gin
Stars: ✭ 1,780 (+4710.81%)
Mutual labels:  restful, gin
hasor
Hasor是一套基于 Java 语言的开发框架,区别于其它框架的是 Hasor 有着自己一套完整的体系,同时还可以和先有技术体系做到完美融合。它包含:IoC/Aop容器框架、Web框架、Jdbc框架、RSF分布式RPC框架、DataQL引擎,等几块。
Stars: ✭ 938 (+2435.14%)
Mutual labels:  mvc, restful
Hasor
Hasor是一套基于 Java 语言的开发框架,区别于其它框架的是 Hasor 有着自己一套完整的体系,同时还可以和先有技术体系做到完美融合。它包含:IoC/Aop容器框架、Web框架、Jdbc框架、RSF分布式RPC框架、DataQL引擎,等几块。
Stars: ✭ 713 (+1827.03%)
Mutual labels:  mvc, restful
go-rest
Build golang restful api, with - Gin Framework and MongoDB
Stars: ✭ 20 (-45.95%)
Mutual labels:  restful, gin
php-mvc-skeleton
A PHP OOP web application skeleton that uses MVC architectural pattern to create a basic application that contains login and multi language systems and can be used in any web project.
Stars: ✭ 46 (+24.32%)
Mutual labels:  mvc
libgitlmvc
C++ MVC framework for Qt
Stars: ✭ 73 (+97.3%)
Mutual labels:  mvc
express-mysql-demo
基于node.js + express + mysql实现的restful风格的CRUD简单示例
Stars: ✭ 44 (+18.92%)
Mutual labels:  restful
lkml
A speedy LookML parser & serializer implemented in pure Python.
Stars: ✭ 134 (+262.16%)
Mutual labels:  serializer

Gonrails 是基于 Gin 改造的后端 MVC 开发框架

Go Report Card codebeat badge Code Climate MIT license

  • QQ 群: 594171535
  • 接头暗号: Heil Hydra

1. Install

go get -u github.com/gonrails/gonrails

2. New

gonrails new yourproject-name

  • so if I want to create a project named kalista , I just run command gonrails new kalista
  • the docs of the created project was in here

3. Generate

3.1 Controller

The command is gonrails generate controller yourcontroller action list

eg:

  • gonrails generate controller users index update show
  • gonrails generate controller admin/users index update show
3.2

4. Docs

  • original docs were here
  • new docs were here
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].