RustRover cargo-generate template: Axum + Vue 3 + TypeScript + Tailwind + sqlx
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jared Bell 961c5e2083 Add WebSocket support for LLM queries and query management interface пре 1 недеља
..
README.md Initial Axum + Vue fullstack template. пре 1 недеља
openapi.json Add WebSocket support for LLM queries and query management interface пре 1 недеља

README.md

contracts

openapi.json is the generated API contract.

It is not hand-written. The Axum router (utoipa-axum + #[utoipa::path]) is the source of truth.

just generate-api

That dumps the spec here and rewrites apps/web/src/api/generated.ts.