Go to file
2021-12-12 22:09:13 -05:00
auth Initial commit of auth package. 2021-12-11 23:17:12 -05:00
config Variable naming cleanup. 2021-12-11 19:32:34 -05:00
container Code cleanup. 2021-12-12 21:28:53 -05:00
context Added auth middleware. 2021-12-12 17:04:11 -05:00
controller Move controller and page to new package. 2021-12-12 22:09:13 -05:00
controllers Move controller and page to new package. 2021-12-12 22:09:13 -05:00
ent Handle user creation upon registration. 2021-12-11 13:03:10 -05:00
funcmap Moved app consts to config package. 2021-12-10 08:33:49 -05:00
middleware Finished login handling. 2021-12-12 19:02:25 -05:00
msg Variable naming cleanup. 2021-12-11 19:32:34 -05:00
pager Added pager. 2021-12-03 07:20:01 -05:00
static Initial commit. 2021-12-03 06:11:01 -05:00
views Finished login handling. 2021-12-12 19:02:25 -05:00
.gitignore Initial commit. 2021-12-03 06:11:01 -05:00
docker-compose.yml Added database config and docker image. 2021-12-10 08:49:15 -05:00
go.mod Added ent make commands. 2021-12-11 13:46:01 -05:00
go.sum Added ent make commands. 2021-12-11 13:46:01 -05:00
main.go Added additional makefile commands. 2021-12-11 14:00:10 -05:00
Makefile Combine error templates. 2021-12-11 16:06:28 -05:00