A Go web framework with user authentication, CSRF protection, templating, config handling, and simple migrations out of the box
Go to file
2023-02-17 18:52:15 -06:00
app Embed static and templates folder when compiling, RenderTemplate now renders and serves from the embedded filesystem 2023-02-05 12:46:47 -06:00
config Prepare config option to enable auto migrations 2023-02-13 23:28:36 -06:00
controllers Move models to its own package 2023-02-08 19:39:53 -06:00
database Fix time.Time matching to timestamp postgres type (reflection just gives "Time") 2023-02-17 18:52:15 -06:00
models Fix user queries and a logical error in GetCurrentUser 2023-02-14 09:43:02 -06:00
routes Fix and add comments 2022-11-04 15:12:57 -05:00
security Remove unneeded comments 2023-02-15 19:13:05 -06:00
templates Fix csrf token unexported error 2022-12-04 19:06:51 -06:00
templating Embed static and templates folder when compiling, RenderTemplate now renders and serves from the embedded filesystem 2023-02-05 12:46:47 -06:00
.gitignore Exclude .idea 2022-10-20 12:22:25 -05:00
env_example.json AutoMigrate changed to DbAutoMigrate to match correctly 2023-02-14 08:31:13 -06:00
go.mod Update experimental crypto library 2023-02-08 19:55:10 -06:00
go.sum Update experimental crypto library 2023-02-08 19:55:10 -06:00
LICENSE Add license 2023-01-07 22:08:25 -06:00
main.go Gracefully shut down server when interrupt signal is received and remove panic when creating log directory 2023-02-17 18:25:14 -06:00