Golang project to create a self hosted cookbook.
Go to file
jtom38 150c54c4bd Merge pull request 'features/jwt-adustments' (#17) from features/jwt-adustments into main
Reviewed-on: #17
2024-04-13 11:55:42 -07:00
.vscode trying to remove the user repo and use a service 2024-03-26 17:52:15 -07:00
api jwt now sends the issuer 2024-04-13 11:54:54 -07:00
.gitignore ignoring all .env files 2024-03-31 17:47:52 -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 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
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
main.go Added migrations on startup 2024-04-05 17:53:28 -07:00
rest.http updated rest testing 2024-04-05 17:53:50 -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.