/blockquiz

Blockchain courses and quiz here. Have fun :) send "?" for usage!

Primary LanguageGoApache License 2.0Apache-2.0

BlockQuiz

Usage

API Doc

Build

make build

# cross build
make build GOOS=linux GOARCH=amd64

# if you want to use sqlite3, must compile with CGO enable

Config

请参考 config.template.yaml

Create Database Tables

./blockquiz migrate

Run API Server

./blockquiz --debug --config your.config.file.path http --port 8080

Run Engine

./blockquiz --debug --config your.config.file.path run