This is web application in the Golang project template of DDD base.
% git clone git@github.com:funnythingz/gogogo.git
% cd gogogo/
Must database setting in MySQL before try GoGoGo
% cp database.toml.sample database.toml
create database and user/password.
% go get github.com/mattn/gom
% gom install
% gom migration/migrate.go
% gom exec gin
% gom exec gin
access to http://localhost:3000
auto migrate
% gom run migrate/migration.go
reset
% gom run migrate/migration.go reset
% gom test -v
© funnythingz