3 Commits

Author SHA1 Message Date
Automated Action
21c51d4758 Fix Pydantic validation error by adding ClassVar annotation to DB_DIR 2025-06-18 09:33:51 +00:00
Automated Action
a2ec999501 Fix database migration error by adding project root to Python path in env.py 2025-06-18 09:31:49 +00:00
Automated Action
9e56bda916 Implement Multimodal Ticketing System with FastAPI and SQLite
This commit includes:
- Project structure and FastAPI setup
- SQLAlchemy models for users, vehicles, schedules, and tickets
- Alembic migrations
- User authentication and management
- Vehicle and schedule management
- Ticket purchase and cancellation with time restrictions
- Comprehensive API documentation
2025-06-17 11:08:42 +00:00