feat: add zero-config local seed database #28
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/local-seed-database"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
just runstart and seed the local database automatically.envoverride workflowsVerification
.agents/setuptwice to verify Docker installation is idempotentgo test ./internal/configwith Go 1.25docker compose config --quietjust depsthenjust runGET /healthreturned{"status":"healthy"}The seed data doesn't quite match Aptora, but we can improve that in the future.