Golang project to create a self hosted cookbook.
Go to file
jtom38 13d6e33b72 Merge pull request 'Refresh Token Support and package refactor based on best practice docs' (#18) from features/restructure-go-recommendations into main
Reviewed-on: #18
2024-04-21 10:30:51 -07:00
.vscode moved main.go to cmd folder per best practice 2024-04-20 16:45:57 -07:00
cmd updated pathing in main and updated how to find migrations 2024-04-21 08:58:06 -07:00
internal minor changes to requests and responses 2024-04-21 10:29:17 -07:00
.gitignore ignoring all .env files 2024-03-31 17:47:52 -07:00
Justfile small helper file updates 2024-04-21 10:29:46 -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 uuid was added 2024-04-21 10:29:24 -07:00
go.sum packages cleaned up and then updated the module name so I can import it into other projects! 2024-04-05 17:51:58 -07:00
rest.http small helper file updates 2024-04-21 10:29:46 -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.