A Go web framework with user authentication, CSRF protection, templating, config handling, and simple migrations out of the box
Go to file
2022-11-01 17:15:19 -05:00
app Dependency injection, example .env, and config handling 2022-10-20 11:57:41 -05:00
config Dependency injection, example .env, and config handling 2022-10-20 11:57:41 -05:00
controllers Login function now authenticates and redirects 2022-11-01 16:14:49 -05:00
database Fix password authentication 2022-11-01 17:15:19 -05:00
routes Routes and show controller functions for login and logout 2022-11-01 11:23:44 -05:00
templates Formatting 2022-10-20 20:08:29 -05:00
templating Routing, templating, and database handling 2022-10-20 11:59:33 -05:00
.gitignore Exclude .idea 2022-10-20 12:22:25 -05:00
env_example.json Dependency injection, example .env, and config handling 2022-10-20 11:57:41 -05:00
go.mod Update dependencies 2022-11-01 15:39:30 -05:00
go.sum Update dependencies 2022-11-01 15:39:30 -05:00
main.go Create logs folder if it doesn't already exist 2022-11-01 16:30:54 -05:00