ira/sim-search-api/app/services
Steve White 03482158ab Implement FastAPI backend for sim-search
- Create FastAPI application with RESTful endpoints
- Implement authentication system with JWT
- Create database models for users, searches, and reports
- Set up database migrations with Alembic
- Implement service layer to bridge between API and existing sim-search functionality
- Add comprehensive API documentation
- Update memory bank with implementation details
2025-03-20 16:26:55 -05:00
..
__init__.py Implement FastAPI backend for sim-search 2025-03-20 16:26:55 -05:00
query_service.py Implement FastAPI backend for sim-search 2025-03-20 16:26:55 -05:00
report_service.py Implement FastAPI backend for sim-search 2025-03-20 16:26:55 -05:00
search_service.py Implement FastAPI backend for sim-search 2025-03-20 16:26:55 -05:00