baseapp icon indicating copy to clipboard operation
baseapp copied to clipboard

Bootstrap-based web application scaffolding built in Go on top of the Revel Web Framework w/ Docker build support

Results 7 baseapp issues
Sort by recently updated
recently updated
newest added

In Start.sh [Line 52:](javascript:setPosition(52, 35)) if [ -n "$BASEAPP_SERVER_SSLCERT" && -n "$BASEAPP_SERVER_SSLKEY" ]; then ^-- [SC2107](https://www.shellcheck.net/wiki/SC2107) (error): Instead of [ a && b ], use [ a ] && [...

Thanks for this project, its exactely what I am lloking to quick start my project. I have been following the "Quick Start" procedure from the github. Installed revel OK **Installed...

Fix issues mentioned in https://github.com/richtr/baseapp/issues/4 After applying these changes, the app seems to work correctly.

This pull request is incomplete. More changes are needed before the password reset is actually working.

For anyone viewing this repo, please note that this app is not fully functional. I have been trying it out, and I found that these features are not currently implemented:...

Thanks for making this package! I'm new to go and revel, and this looks like a nice place to start. I tried installing your package, but I get some errors....

master » revel run github.com/richtr/baseapp dev 9009 /cygdrive/c/Users/thinkpad/go/src/github.com/richtr/baseapp 1 ~ ~ revel! http://revel.github.io ~ INFO 2017/05/18 19:30:08 revel.go:365: Loaded module jobs INFO 2017/05/18 19:30:08 revel.go:365: Loaded module static INFO 2017/05/18...