alwqx / flipped

Hackinit 2017 backend program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flipped

A backend program for Hack.init project.


Live Demo

Prerequisite

  • Golang
  • Govendor
  • Makefile
  • Mysql

Quick start

  • config
cp config.example.json config.json
change config in config.json
  • pull pkgs
govender sync
  • build
make dev-build
  • run
make dev-run

Frontend

Thanks to @Grox-Ni, he writes the frontend project:Flipped

About

Hackinit 2017 backend program

License:MIT License


Languages

Language:Go 84.7%Language:Python 14.7%Language:Makefile 0.6%