Giter Club home page Giter Club logo

larago's Introduction

larago

仿照laravel优雅的写法编写的Go语言开发骨架,方便开箱即用。

开发缘由

因为目前go的框架太多了,而我是由PHP转向golang的,对很多golang的语法并不熟悉,之前使用laravel比较多,所以自己按照laravel的设计模式开发了一个go骨架,为了方便自己日后的开发和项目的管理

使用方法

  1. 复制配置文件,并修改.env文件内的相关配置
cp .env.example .env
  1. 安装依赖
go mod vendor
  1. 运行项目
go run index.go
  1. 访问控制台输出的网址

功能列表

  • gohtml模板
  • 中间件
  • 路由组
  • JWT认证
  • config配置文件自动加载
  • .env文件
  • 日志
  • 存储文件
  • go mod管理依赖
  • 分页处理
  • gorm集成
  • gin集成

larago's People

Contributors

liangguifeng avatar

Stargazers

 avatar

Watchers

James Cloos avatar  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.