Go to file
Brian Buller f2dde0c709 Added a game-link page
Also tweaked a few other things
Kinda worked more on the client authentication stuff
2017-07-19 10:16:18 -05:00
Godeps Vendored dependencies 2017-07-13 06:43:04 -05:00
assets Added a game-link page 2017-07-19 10:16:18 -05:00
templates Added a game-link page 2017-07-19 10:16:18 -05:00
vendor Vendored dependencies 2017-07-13 06:43: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 Added a game-link page 2017-07-19 10:16:18 -05:00
admin_games.go Added a game-link page 2017-07-19 10:16:18 -05:00
admin_teams.go Several Changes 2017-07-14 12:27:42 -05:00
admin_users.go Making progress 2017-06-08 12:20:43 -05:00
admin_votes.go First RC 2017-07-08 21:51:43 -05:00
assets.go Added a game-link page 2017-07-19 10:16:18 -05:00
main.go Added a game-link page 2017-07-19 10:16:18 -05:00
model.go Added a game-link page 2017-07-19 10:16:18 -05:00
model_clients.go Working on Results Page 2017-07-06 12:09:49 -05:00
model_games.go Added a game-link page 2017-07-19 10:16:18 -05:00
model_teams.go Voting is working 2017-06-30 13:35:36 -06:00
model_users.go Making Progress 2017-04-21 13:17:18 -05:00
model_votes.go Working on Results Page 2017-07-06 12:09:49 -05:00
page_session.go Voting is working 2017-06-30 13:35:36 -06:00
public_endpoints.go Added a game-link page 2017-07-19 10:16:18 -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