Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Latest commit

 

History

History
47 lines (27 loc) · 701 Bytes

README.md

File metadata and controls

47 lines (27 loc) · 701 Bytes

wiki

Example implementation of wiki.

How to run

go get github.com/suzuken/wiki/cmd/wiki
wiki

or

make run

Requirements

  • Go 1.7 or later
  • MySQL 5.6

Tips

Generate Scans

Using scaneo. Simply,

# edit models, and
make gen

DB

Use docker container. For database migration, sql-migrate

# Docker's MySQL build
make docker/build
make docker/start

# run migrate/up after adding ddl in migrations dir.
make migrate/up

Originally from gin-boilerplate

Author

Kenta SUZUKI a.k.a. suzuken

LICENSE

MIT