beegotddbootstrap

command module
v0.0.0-...-a39f7dd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 18, 2016 License: MIT Imports: 10 Imported by: 0

README

BeegoTDDBootStrap

A bootstrap project for TDD using beego framework.

Dev tips

  • modify the .ci/prepare_db.sh, .ci/clean_db.sh, conf/app.conf files, to configure your DB.
  • create logs dir, and touch orm.log, then run bee run.
  • TDD steps
  • understand your demand
  • design API, write API docs, design test cases
  • write API test in tests package
  • design and implement API, modify test cases if need
  • if other classes/functions are needed during implementing API, follow the same step as above
  • CI support (manually)
  • install mysql
  • modify the .ci/prepare_db.sh, .ci/clean_db.sh, conf/app.conf files, to configure your DB.
  • execute .ci/ci.sh to check
  • Change namespace
  • Open this project with IntelliJ IDEA
  • Use global search/replace, substitute github.com/Piasy/BeegoTDDBootStrap into the proper gopath string, e.g. github.com/Piasy/HabitsAPI

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
@APIVersion 1.0.0 @Title ETBoom后端API
@APIVersion 1.0.0 @Title ETBoom后端API

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL