https://github.com/settermjd/learning-beego
A repository to help learn the Go framework Beego
https://github.com/settermjd/learning-beego
Last synced: 6 months ago
JSON representation
A repository to help learn the Go framework Beego
- Host: GitHub
- URL: https://github.com/settermjd/learning-beego
- Owner: settermjd
- Created: 2014-05-15T13:10:57.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-12-21T21:09:19.000Z (over 7 years ago)
- Last Synced: 2025-01-19T20:30:23.750Z (over 1 year ago)
- Language: Smarty
- Homepage:
- Size: 2.81 MB
- Stars: 78
- Watchers: 9
- Forks: 50
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Introduction
This is a simple application designed written for a 2-part series on [SitePoint](http://www.sitepoint.com), showing developers coming to [Beego](http://beego.me) (and [Go](http://golang.org)) from Dynamic languages, such as *PHP*, *Ruby* and *Python*, how to get up and running relatively quickly.
## Part One
Part one of the series covers the following functionality:
- Installing Beego and the command line tool Bee
- Creating a project
- Actions
- Views / Templates
- Routing
- Request Parameters
## Part Two
Part two of the series will cover the following functionality:
- Integrating a database (SQLite3)
- Models
- Forms
- Validation
It's not meant to be an application which is either elegant or beautiful, nor one which takes the full range of security attack vectors into consideration. It may do that with time, but at least initially, it's a simple, learning repository.
## Installation
- go get github.com/astaxie/beego/orm
## Acknowledgements
I want to give a special thank you to Bill Kennedy from [Ardan Studios](http://www.ardanstudios.com) for all his help and guidance, during the development of the 2-part series.