feat: establish Rust teaching feedback API

Add the Axum and PostgreSQL service for profiles, defaults, and feedback records, including migrations, OpenAPI documentation, and development identity handling for version 0.1.0.
This commit is contained in:
2026-07-15 15:36:51 +08:00
commit f1e5fd8793
12 changed files with 3830 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
# Rust build output
/target/
# Local configuration and secrets
.env
.env.*
!.env.example
# Graphify generated knowledge graphs
/graphify-out/