Skip to content
forked from beego/beego

beego is an open-source, high-performance web framework for the Go programming language.

License

Notifications You must be signed in to change notification settings

guerillagrow/beego

This branch is 2 commits ahead of, 1794 commits behind beego/beego:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ae10811 · Jul 18, 2018
Mar 23, 2016
Jul 17, 2018
Jul 17, 2018
Jul 17, 2018
Jul 17, 2018
Jul 17, 2018
Jul 17, 2018
Jul 17, 2018
Jul 17, 2018
Jul 17, 2018
Jul 18, 2018
Nov 13, 2017
Jul 17, 2018
Sep 8, 2017
Jul 17, 2018
Jul 17, 2018
Dec 29, 2016
Jul 17, 2018
Nov 27, 2017
Jul 17, 2018
May 16, 2014
Jul 17, 2018
Jul 17, 2018
Sep 13, 2017
Sep 13, 2016
Jul 17, 2018
Nov 27, 2017
Jul 17, 2018
Jul 17, 2018
Jul 17, 2018
Jul 17, 2018
Jul 17, 2018
Jul 17, 2018
Jul 18, 2017
Jul 17, 2018
Jul 17, 2018
Jan 15, 2016
Mar 17, 2017
Jul 17, 2018
Jul 17, 2018
Aug 17, 2016
Jul 17, 2018
Jul 17, 2018
Jul 17, 2018
Jul 17, 2018
Jul 17, 2018
Jul 17, 2018
Jul 17, 2018
Feb 12, 2016
Jul 17, 2018
Apr 29, 2017
May 19, 2017
Apr 28, 2017
Jul 17, 2018
Jul 17, 2018
Nov 25, 2017

Repository files navigation

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/guerillagrow/beego

Create file hello.go

package main

import "github.com/guerillagrow/beego"

func main(){
    beego.Run()
}

Build and run

go build hello.go
./hello

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

Please see Documentation for more.

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

About

beego is an open-source, high-performance web framework for the Go programming language.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%