You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Elijah Voigt de99f1c047 chore(quotesdb): bootstrap project skeleton and design doc
- Scaffold api/, ui/, tests/, infra/, docs/ directories
- Stub Cargo.toml for api, ui, and tests crates
- Write finalized design doc to docs/plans/2026-02-27-quotesdb-design.md
- Add placeholder PLANNING.md, ARCHITECTURE.md, README.md per domain
- Add stub main.rs and tests.rs for api and ui
- Add index.html and Trunk.toml for ui
- Add placeholder infra/main.tf with Cloudflare provider stub

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 months ago
..
docs chore(quotesdb): bootstrap project skeleton and design doc 3 months ago
Cargo.toml chore(quotesdb): bootstrap project skeleton and design doc 3 months ago
README.md chore(quotesdb): bootstrap project skeleton and design doc 3 months ago

README.md

quotesdb-tests

Integration test suite for the quotesdb service.

What

HTTP-level integration tests that spin up the API server against an in-memory SQLite database and verify all endpoints.

How

Separate Rust crate with tests in tests/. Each test suite covers a distinct endpoint or behaviour.

Run

cargo test

License

Licensed under either of Apache License, Version 2.0 or MIT License at your option.

Disclaimer

This software was written with Claude Code (claude-sonnet-4-6).