command
module
Version:
v0.0.0-...-a39f7dd
Opens a new window with list of versions in this module.
Published: Feb 18, 2016
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
|
|
|
|
@APIVersion 1.0.0 @Title ETBoom后端API
|
@APIVersion 1.0.0 @Title ETBoom后端API |
|
|
|
|
Click to show internal directories.
Click to hide internal directories.