mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 13:20:55 +00:00
Update README
This commit is contained in:
parent
7f977a0c8c
commit
e9487d3571
27
README.md
27
README.md
@ -1,30 +1,35 @@
|
|||||||
## beego
|
## Beego
|
||||||
|
|
||||||
[![Build Status](https://drone.io/github.com/astaxie/beego/status.png)](https://drone.io/github.com/astaxie/beego/latest)
|
[![Build Status](https://drone.io/github.com/astaxie/beego/status.png)](https://drone.io/github.com/astaxie/beego/latest)
|
||||||
|
[![GoDoc](https://godoc.org/github.com/astaxie/beego?status.svg)](https://godoc.org/github.com/astaxie/beego)
|
||||||
|
|
||||||
beego is an open-source, high-performance, modularity, full-stack web framework.
|
beego is an open-source, high-performance, modularity, full-stack web framework.
|
||||||
|
|
||||||
More info [beego.me](http://beego.me)
|
More info [beego.me](http://beego.me)
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
go get github.com/astaxie/beego
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
* RESTful support
|
* RESTful support
|
||||||
* MVC architecture
|
* MVC architecture
|
||||||
* modularity
|
* Modularity
|
||||||
* auto API documents
|
* Auto API documents
|
||||||
* annotation router
|
* Annotation router
|
||||||
* namespace
|
* Namespace
|
||||||
* powerful develop tools
|
* Powerful develop tools
|
||||||
* full stack for web & API
|
* Full stack for Web & API
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
[English](http://beego.me/docs/intro/)
|
* [English](http://beego.me/docs/intro/)
|
||||||
|
* [中文文档](http://beego.me/docs/intro/)
|
||||||
|
|
||||||
[API](http://godoc.org/github.com/astaxie/beego)
|
## Community
|
||||||
|
|
||||||
[中文文档](http://beego.me/docs/intro/)
|
|
||||||
|
|
||||||
|
* [http://beego.me/community](http://beego.me/community)
|
||||||
|
|
||||||
## LICENSE
|
## LICENSE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user