Both servers are now running:
- Backend: http://localhost:8000 β
- Frontend: http://localhost:3000 β
Open your browser and go to: http://localhost:3000
- Go to http://localhost:3000
- Upload the sample file:
examples/sample-aws-architecture.xml - Drag and drop or click to select
You should immediately see:
- Architecture description with service breakdown
- Pattern detection (e.g., "Load-balanced web application")
- Data flow analysis
- Security aspects
- Click "Continue to Security Analysis"
- Watch 15-second mock analysis
- See full security results
If servers stop, restart them manually:
cd backend
source venv/bin/activate
python mock_server.pycd frontend
npm run dev- Main App: http://localhost:3000
- API Health: http://localhost:8000/api/health
- API Docs: http://localhost:8000/docs
β
Immediate Architecture Description
β
File Upload with Validation
β
Dark/Light Mode Toggle
β
Responsive Design
β
Progress Tracking
β
Mock Security Analysis
β
Results Export
β
Copy to Clipboard
The application is ready for testing! The new instant architecture description feature will show immediately after file upload.