Go to file
Brian Buller ba35073d95 2017-06-22 Build
* Use 'https://github.com/mjibson/esc' for embedded assets
* Pull database name out of siteData object
* Load site config from database, if available
* Allow customizing site config from command line arguments
* Clean up some templates
* Update Readme (it still needs a lot of updating)
* Started work on vote accumulation/management
2017-06-22 10:34:57 -05:00
assets 2017-06-22 Build 2017-06-22 10:34:57 -05:00
templates 2017-06-22 Build 2017-06-22 10:34:57 -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 Screenshot uploads are saving 2017-06-21 15:07:17 -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 2017-06-22 Build 2017-06-22 10:34:57 -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 Working on editing team games 2017-06-15 12:35:53 -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