1
0

5 Commits

Author SHA1 Message Date
e7948bf4cf
Add complete ai.card Rust implementation
- Implement complete Rust API server with axum framework
- Add database abstraction supporting PostgreSQL and SQLite
- Implement comprehensive gacha system with probability calculations
- Add JWT authentication with atproto DID integration
- Create card master data system with rarities (Normal, Rare, SuperRare, Kira, Unique)
- Implement draw history tracking and collection management
- Add API endpoints for authentication, card drawing, and collection viewing
- Include database migrations for both PostgreSQL and SQLite
- Maintain full compatibility with Python API implementation
- Add comprehensive documentation and development guide

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-07 17:43:10 +09:00
6cd8014f80
merge aigpt 2025-06-02 18:24:43 +09:00
6dbe630b9d
fix config 2025-06-02 00:39:26 +09:00
67145cd342
fix 2025-06-02 00:32:14 +09:00
3459231bba
fix 2025-06-01 16:43:12 +09:00