An open API service indexing awesome lists of open source software.

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

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.