    Skip to content

      Navigation Menu

            Sign in Appearance settings
                * Platform
                        + AI CODE CREATION
                            o GitHub Copilot Write better code with AI
                            o GitHub Copilot app Direct agents from issue to merge
                            o MCP Registry Integrate external tools
                        + DEVELOPER WORKFLOWS
                            o Actions Automate any workflow
                            o Codespaces Instant dev environments
                            o Issues Plan and track work
                            o Code Review Manage code changes
                            o Code Quality Enforce quality at merge
                        + APPLICATION SECURITY
                            o GitHub Advanced Security Find and fix vulnerabilities
                            o Code security Secure your code as you build
                            o Secret protection Stop leaks before they start
                        + EXPLORE
                            o Why GitHub
                            o Documentation
                            o Blog
                            o Changelog
                            o Marketplace
                      View all features
                * Solutions
                        + BY COMPANY SIZE
                            o Enterprises
                            o Small and medium teams
                            o Startups
                            o Nonprofits
                        + BY USE CASE
                            o App Modernization
                            o DevSecOps
                            o DevOps
                            o CI/CD
                            o View all use cases
                        + BY INDUSTRY
                            o Healthcare
                            o Financial services
                            o Manufacturing
                            o Government
                            o View all industries
                      View all solutions
                * Resources
                        + EXPLORE BY TOPIC
                            o AI
                            o Software Development
                            o DevOps
                            o Security
                            o View all topics
                        + EXPLORE BY TYPE
                            o Customer stories
                            o Events & webinars
                            o Ebooks & reports
                            o Business insights
                            o GitHub Skills
                        + SUPPORT & SERVICES
                            o Documentation
                            o Customer support
                            o Community forum
                            o Trust center
                            o Partners
                      View all resources
                * Open Source
                        + COMMUNITY
                            o GitHub Sponsors Fund open source developers
                        + PROGRAMS
                            o Security Lab
                            o Maintainer Community
                            o Accelerator
                            o GitHub Stars
                            o Archive Program
                        + REPOSITORIES
                            o Topics
                            o Trending
                            o Collections
                * Enterprise
                        + ENTERPRISE SOLUTIONS
                            o Enterprise platform AI-powered developer platform
                        + AVAILABLE ADD-ONS
                            o GitHub Advanced Security Enterprise-grade security features
                            o Copilot for Business Enterprise-grade AI features
                            o Premium Support Enterprise-grade 24/7 support
              * Pricing
                Type / to search
                Sign in
              Sign up Appearance settings
      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              Uh oh!

              There was an error while loading. Please reload this page.

              beego / beego Public
              * Notifications You must be signed in to change notification settings
              * Fork 5.6k
                * Star 32.4k
          * Code
          * Issues 3
          * Pull requests 17
          * Actions
          * Projects
          * Wiki
          * Security and quality 3
          * Insights
          Additional navigation options
                  * Code
                  * Issues
                  * Pull requests
                  * Actions
                  * Projects
                  * Wiki
                  * Security and quality
                  * Insights
                                              master
                                          Branches Tags
                                            Go to file
                                        Code
                                          Open more actions menu

                                        Folders and files

                                          Name                              Name                                Last commit message    Last commit date
                                            Latest commit                 
                                                                          
                                                History                   
                                                                          
                                                4,835 Commits             
                                                  4,835 Commits           
                                                  .github                           .github                                                            
                                                  client                            client                                                             
                                                  core                              core                                                               
                                                  scripts                           scripts                                                            
                                                  server/ web                       server/ web                                                        
                                                  task                              task                                                               
                                                  test                              test                                                               
                                                  .deepsource.toml                  .deepsource.toml                                                   
                                                  .gitignore                        .gitignore                                                         
                                                  CHANGELOG.md                      CHANGELOG.md                                                       
                                                  CONTRIBUTING.md                   CONTRIBUTING.md                                                    
                                                  ERROR_SPECIFICATION.md            ERROR_SPECIFICATION.md                                             
                                                  LICENSE                           LICENSE                                                            
                                                  Makefile                          Makefile                                                           
                                                  README.md                         README.md                                                          
                                                  build_info.go                     build_info.go                                                      
                                                  doc.go                            doc.go                                                             
                                                  go.mod                            go.mod                                                             
                                                  go.sum                            go.sum                                                             
                                                  sonar-project.properties          sonar-project.properties                                           
                                            View all files                
                                          

                                              Repository files navigation

                                                * 
                                                * README
                                                * Contributing
                                                * License
                                                More items

                                                Beego

                                              Beego is used for rapid development of enterprise application in Go, including RESTful APIs, web apps and backend services.

                                              It is inspired by Tornado, Sinatra and Flask. beego has some Go-specific features such as interfaces and struct embedding.

                                                Quick Start

                                                * New Doc Website - unavailable
                                                * New Doc Website Backup @flycash
                                                * New Doc Website source code
                                                * Old Doc - github
                                                * Example

                                              Kindly remind that sometimes the HTTPS certificate is expired, you may get some NOT SECURE warning

                                                Web Application

                                                Create hello directory, cd hello directory

                                                mkdir hello cd hello

                                                Init module

                                                go mod init

                                                Download and install

                                                go get github.com/beego/beego/v2@latest

                                                Create file hello.go

                                                package main
                                                
                                                import "github.com/beego/beego/v2/server/web"
                                                
                                                func main() {
                                                	web.Run()
                                                }

                                                Download required dependencies

                                                go mod tidy

                                                Build and run

                                                go build hello.go ./hello

                                                Go to http://localhost:8080

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

                                                Features

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

                                                Modules

                                                * orm
                                                * session
                                                * logs
                                                * config
                                                * cache
                                                * context
                                                * admin
                                                * httplib
                                                * task
                                                * i18n

                                                Community

                                                * Welcome to join us in Slack: https://beego.slack.com invite,
                                                * QQ Group ID:523992905
                                                * Contribution Guide.

                                                License

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

                                        About

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

                                        Topics

                                          beegogo

                                        Resources

                                          Readme
                                          License

                                        Contributing

                                          Contributing
                                          Activity
                                          Custom properties

                                        Stars

                                          32.4k stars

                                        Watchers

                                          1.1k watching

                                        Forks

                                          5.6k forks
                                          Report repository

                                        Releases

                                        Packages

                                        Used by

                                        Contributors

                                        Languages

    Footer

        © 2026 GitHub, Inc.

      Footer navigation

        * Terms
        * Privacy
        * Security
        * Status
        * Community
        * Docs
        * Contact
        * Manage cookies
        * Do not share my personal information
      You can’t perform that action at this time.