Skip to content

Latest commit

Β 

History

History
65 lines (49 loc) Β· 1.56 KB

File metadata and controls

65 lines (49 loc) Β· 1.56 KB

πŸš€ Start ArchLens Locally

βœ… Current Status

Both servers are now running:

🌐 Access the Application

Open your browser and go to: http://localhost:3000

πŸ§ͺ Test the New Architecture Description Feature

1. Upload Test File

  • Go to http://localhost:3000
  • Upload the sample file: examples/sample-aws-architecture.xml
  • Drag and drop or click to select

2. See Instant Description

You should immediately see:

  • Architecture description with service breakdown
  • Pattern detection (e.g., "Load-balanced web application")
  • Data flow analysis
  • Security aspects

3. Continue to Mock Analysis

  • Click "Continue to Security Analysis"
  • Watch 15-second mock analysis
  • See full security results

πŸ“‹ Manual Startup (if needed)

If servers stop, restart them manually:

Backend:

cd backend
source venv/bin/activate
python mock_server.py

Frontend (in new terminal):

cd frontend  
npm run dev

πŸ”§ Useful URLs

🎯 Features to Test

βœ… 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.