Skip to content

dw250100785/Learning-Beego

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a simple application designed written for a 2-part series on SitePoint, showing developers coming to Beego (and Go) 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 for all his help and guidance, during the development of the 2-part series.

About

A repository to help learn the Go framework Beego

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Smarty 43.5%
  • Go 40.4%
  • CSS 16.1%