All Projects → suzuken → wiki

suzuken / wiki

Licence: MIT license
Example implementation of wiki

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].