Skip to content

This is web application in the Golang project template of DDD base.

Notifications You must be signed in to change notification settings

funnythingz/gogogo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoGoGo

This is web application in the Golang project template of DDD base.

Usage

% git clone git@github.com:funnythingz/gogogo.git
% cd gogogo/

database setting

Must database setting in MySQL before try GoGoGo

% cp database.toml.sample database.toml

create database and user/password.

run apprication

% go get github.com/mattn/gom
% gom install
% gom migration/migrate.go
% gom exec gin

Command

LiveReload server

% gom exec gin

access to http://localhost:3000

migration

auto migrate

% gom run migrate/migration.go

reset

% gom run migrate/migration.go reset

test

% gom test -v

© funnythingz

About

This is web application in the Golang project template of DDD base.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages