Go to file
Brian Buller 153b869a98 Merge branch 'master' of ssh://git.bullercodeworks.com:2200/brian/gjvote 2017-06-22 10:38:04 -05:00
assets Merge branch 'master' of ssh://git.bullercodeworks.com:2200/brian/gjvote 2017-06-22 10:38:04 -05:00
templates Merge branch 'master' of ssh://git.bullercodeworks.com:2200/brian/gjvote 2017-06-22 10:38:04 -05:00
.gitignore Initial Commit 2017-04-03 16:32:13 -05:00
README.md 2017-06-22 Build 2017-06-22 10:34:57 -05:00
admin_clients.go Working on editing team games 2017-06-15 12:35:53 -05:00
admin_endpoints.go 2017-06-22 Build 2017-06-22 10:34:57 -05:00
admin_games.go Game Screenshot Upload/Delete is working 2017-06-21 17:09:26 -05:00
admin_teams.go Working on editing team games 2017-06-15 12:35:53 -05:00
admin_users.go Making progress 2017-06-08 12:20:43 -05:00
admin_votes.go 2017-06-22 Build 2017-06-22 10:34:57 -05:00
assets.go 2017-06-22 Build 2017-06-22 10:34:57 -05:00
main.go Merge branch 'master' of ssh://git.bullercodeworks.com:2200/brian/gjvote 2017-06-22 10:38:04 -05:00
model.go 2017-06-22 Build 2017-06-22 10:34:57 -05:00
model_clients.go Making progress 2017-06-08 12:20:43 -05:00
model_games.go Game Screenshot Upload/Delete is working 2017-06-21 17:09:26 -05:00
model_teams.go Working on editing team games 2017-06-15 12:35:53 -05:00
model_users.go Making Progress 2017-04-21 13:17:18 -05:00
model_votes.go 2017-06-22 Build 2017-06-22 10:34:57 -05:00
page_session.go Making progress 2017-06-08 12:20:43 -05:00
public_endpoints.go 2017-06-22 Build 2017-06-22 10:34:57 -05:00

README.md

ictgj-voting

The ICT GameJam Voting Application

pass in the -dev flag to enable development mode (load assets from file system instead of embedded).

Uses 'esc' for embedding assets: https://github.com/mjibson/esc

TODO: Build Instructions

TODO: Contribution Instructions