Golang project to create a self hosted cookbook.
Go to file
James Tombleson 13f5dba498 added Recover to help with panics 2024-03-26 17:49:01 -07:00
.vscode Working on building out some good examples on how to handle routes 2024-03-23 08:26:49 -07:00
api trying to create some separation between sql and user tasks. This might be too close to c# for go 2024-03-23 08:27:35 -07:00
portal Starting to get some basics in place.... its missing so much 2024-03-20 17:54:23 -07:00
.gitignore helper files 2024-03-21 22:42:03 -07:00
Justfile helper files 2024-03-21 22:42:03 -07:00
README.md Starting to get some basics in place.... its missing so much 2024-03-20 17:54:23 -07:00
go.mod added jwt packages 2024-03-26 17:48:39 -07:00
go.sum added jwt packages 2024-03-26 17:48:39 -07:00
main.go added Recover to help with panics 2024-03-26 17:49:01 -07:00
rest.http Working on building out some good examples on how to handle routes 2024-03-23 08:26:49 -07:00

README.md

go-cook

Golang project to create a self hosted cookbook.

We would like to use templ for the frontend with htmx.