apps/api— Rust HTTP APIapps/web— Astro + Vue + TypeScript frontendapps/worker— background crawler/enrichment worker
just env-init
just preflight
just install
just up
just migrateDocker-first:
just up
just migrate
just downLocal endpoints:
- API:
http://127.0.0.1:8080 - Web:
http://127.0.0.1:3000
Optional non-Docker runs:
just up api
just web-dev- Local manual run:
just worker-run - Local stop:
just worker-stop - Production schedule: weekly (Monday) via CI workflow
just helpApache License 2.0. See LICENSE and NOTICE.