Golang project to create a self hosted cookbook.
Go to file
James Tombleson 9bc36bae7f if the admin token is null then it will fail an admin login. Also added the remove scopes logic and it worked for me 2024-04-04 15:30:22 -07:00
.vscode trying to remove the user repo and use a service 2024-03-26 17:52:15 -07:00
api if the admin token is null then it will fail an admin login. Also added the remove scopes logic and it worked for me 2024-04-04 15:30:22 -07:00
portal Starting to get some basics in place.... its missing so much 2024-03-20 17:54:23 -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 Added a config service 2024-03-31 17:46:20 -07:00
go.sum Added a config service 2024-03-31 17:46:20 -07:00
main.go added config service on startup 2024-03-31 17:47:09 -07:00
rest.http rest test file has been updated 2024-04-03 16:12:34 -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.