A Go web framework with user authentication, CSRF protection, templating, config handling, and simple migrations out of the box
Go to file
2022-10-20 19:52:49 -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 Routing, templating, and database handling 2022-10-20 11:59:33 -05:00
database Work in progress user model and functionality 2022-10-20 11:59:57 -05:00
routes Routing, templating, and database handling 2022-10-20 11:59:33 -05:00
templates Routing, templating, and database handling 2022-10-20 11:59:33 -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 go.mod 2022-10-20 19:52:49 -05:00
go.sum go.sum 2022-10-20 12:21:32 -05:00
main.go Base app 2022-10-20 11:58:21 -05:00