README.md

    Beego Build Status GoDoc Foundation Go Report Card

    beego is used for rapid development of RESTful APIs, web apps and backend services in Go. It is inspired by Tornado, Sinatra and Flask. beego has some Go-specific features such as interfaces and struct embedding.

    More info at beego.me.

    Quick Start

    Download and install

    go get github.com/astaxie/beego

    Create file hello.go

    package main
    
    import "github.com/astaxie/beego"
    
    func main(){
        beego.Run()
    }

    Build and run

    go build hello.go
    ./hello

    Go to http://localhost:8080

    Congratulations! You've just built your first beego app.

    Please see Documentation for more.
    beego-example

    Features

    • RESTful support
    • MVC architecture
    • Modularity
    • Auto API documents
    • Annotation router
    • Namespace
    • Powerful development tools
    • Full stack for Web & API

    Documentation

    Community

    License

    beego source code is licensed under the Apache Licence, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html).

    项目简介

    🚀 Github 镜像仓库 🚀

    源项目地址

    https://github.com/astaxie/beego

    发行版本

    当前项目没有发行版本

    贡献者 368

    全部贡献者

    开发语言

    • Go 100.0 %
    • Smarty 0.0 %
    • Makefile 0.0 %