make up # starts all the containers that are needed like postgres, y-sweet, ollama
Migration quick commands:
goose up
goose redo
goose down
Generating queries:
make sqlc
The auth key is supposed to be a 30 byte random base64 string. You can generate one using the following command:
openssl rand -base64 30 | pbcopy