Categorygithub.com/settermjd/learning-beego
repositorypackage
0.0.2
Repository: https://github.com/settermjd/learning-beego.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

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.