Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 582 Bytes

File metadata and controls

39 lines (34 loc) · 582 Bytes

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