Getting Started With Beego
Introduction
After releasing Beego 1.2 we wanted to create some tutorial resources to expand on the official Beego documentation.
Step by step tutorials are an easy way for new beginners to learn so we decided to put together a series of video tutorials and slides that cover all of Beego's components, modules, and code logic. We will also demonstrate how to develop API services and web applications.
Outline
- Introduction to Beego Video: Youtube
- .1 Routing (part 1 of 3) Video: Youtube
- .2 Routing URI Patterns (part 2 of 3) Video: Youtube
- .3 Routing Namespace (part 3 of 3) Video: Youtube
- Configuration Parameters Video: Youtube
- bee api applicatioin Video: Youtube
- Controllers
- ORM
- Advanced ORM
- Beego with MongoDB and redis
- Templates
- Filters
- Logging
- Admin System
- Session
- Cache
- Logs
- Httplib
- Context
- Toolbox
- Config
- Forms
- I18n
- Demo: API Service
- Demo: Web Application