Files
hive/backend/templates/fullstack-web-app/template.json
anthonyrawlins 268214d971 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>
2025-08-27 08:34:48 +10:00

64 lines
1.4 KiB
JSON

{
"template_id": "fullstack-web-app",
"name": "Full-Stack Web Application",
"description": "Complete web application with React frontend, Node.js/FastAPI backend, PostgreSQL database, and Docker deployment",
"icon": "\ud83c\udf10",
"category": "web-development",
"tags": [
"react",
"nodejs",
"fastapi",
"postgresql",
"docker",
"typescript"
],
"difficulty": "intermediate",
"estimated_setup_time": "15-30 minutes",
"features": [
"React 18 with TypeScript",
"Node.js/Express or Python/FastAPI backend options",
"PostgreSQL database with migrations",
"Docker containerization",
"CI/CD with GitHub Actions",
"Authentication & authorization",
"API documentation with OpenAPI/Swagger",
"Testing setup (Jest, Pytest)",
"ESLint & Prettier configuration",
"Environment management"
],
"tech_stack": {
"frontend": [
"React",
"TypeScript",
"Tailwind CSS",
"React Query"
],
"backend": [
"Node.js/Express",
"Python/FastAPI"
],
"database": [
"PostgreSQL",
"Redis"
],
"deployment": [
"Docker",
"Docker Compose"
],
"testing": [
"Jest",
"Pytest",
"Cypress"
],
"ci_cd": [
"GitHub Actions",
"Docker Hub"
]
},
"requirements": {
"nodejs": ">=18.0.0",
"python": ">=3.9.0",
"docker": ">=20.0.0",
"postgresql": ">=13.0"
}
}