Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Screencast

This is the tutorial schedule: https://github.com/beego/tutorial

  1. Beego Framework Tutorials - 1 - Introduction to Beego

    <iframe width="640" height="360" src="//www.youtube.com/embed/zvXDgfoUKFY" frameborder="0" allowfullscreen></iframe>

    slide: Introduction to beego

  2. Beego Framework Tutorials - 2 - Router (part 1 of 3)

    <iframe width="640" height="360" src="//www.youtube.com/embed/LvAFH-oLvqY" frameborder="0" allowfullscreen></iframe>

    slide: Router Processor function/method

  3. Beego Framework Tutorials - 2 - Router URI Patterns (part 2 of 3)

    <iframe width="640" height="360" src="//www.youtube.com/embed/81kxo6FcoOw" frameborder="0" allowfullscreen></iframe>

    slide: Router RUI Patterns

  4. Beego Framework Tutorials - 2 - Router Namespace (part 3 of 3)

    <iframe width="640" height="360" src="//www.youtube.com/embed/W9tBcTcXGeo" frameborder="0" allowfullscreen></iframe>

    slide: Router Namespace

  5. Beego Framework Tutorials - 3 - Configuration Parameters

    <iframe width="640" height="360" src="//www.youtube.com/embed/F3tieL1lX1I" frameborder="0" allowfullscreen></iframe>

    slide: Configuration Parameters

  6. Beego Framework Tutorials - 4 - Create a Web API Application in One Minute in Beego

    <iframe width="640" height="360" src="//www.youtube.com/embed/w7RziV_Sn-g" frameborder="0" allowfullscreen></iframe>

    blog: Building Web API with Auto Generated API Document Support