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 11:59:33 -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 Routing, templating, and database handling 2022-10-20 11:59:33 -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 gitignore 2022-10-20 11:56:16 -05:00
env_example.json Dependency injection, example .env, and config handling 2022-10-20 11:57:41 -05:00
go.mod Base app 2022-10-20 11:58:21 -05:00
main.go Base app 2022-10-20 11:58:21 -05:00