/flipped

Hackinit 2017 backend program

Primary LanguageGoMIT LicenseMIT

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