Major WHOOSH system refactoring and feature enhancements
- Migrated from HIVE branding to WHOOSH across all components - Enhanced backend API with new services: AI models, BZZZ integration, templates, members - Added comprehensive testing suite with security, performance, and integration tests - Improved frontend with new components for project setup, AI models, and team management - Updated MCP server implementation with WHOOSH-specific tools and resources - Enhanced deployment configurations with production-ready Docker setups - Added comprehensive documentation and setup guides - Implemented age encryption service and UCXL integration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
24
backend/templates/react-fastapi/template.json
Normal file
24
backend/templates/react-fastapi/template.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"template_id": "react-fastapi",
|
||||
"name": "React + FastAPI",
|
||||
"description": "Modern web application with React frontend and FastAPI backend",
|
||||
"icon": "\u269b\ufe0f",
|
||||
"category": "web-development",
|
||||
"tags": [
|
||||
"react",
|
||||
"fastapi",
|
||||
"typescript",
|
||||
"python"
|
||||
],
|
||||
"difficulty": "beginner",
|
||||
"estimated_setup_time": "10-15 minutes",
|
||||
"features": [
|
||||
"React 18 with TypeScript",
|
||||
"FastAPI with automatic OpenAPI docs",
|
||||
"JWT authentication",
|
||||
"Real-time updates with WebSockets",
|
||||
"Database integration with SQLAlchemy",
|
||||
"Testing with Jest and Pytest",
|
||||
"Docker development environment"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user