# Meteor Fullstack - Distributed Monitoring Network ## Project Structure - `meteor-frontend/` - Next.js frontend application - `meteor-web-backend/` - NestJS backend API - `meteor-compute-service/` - Go processing service (submodule) - `meteor-edge-client/` - Rust edge client (submodule) ## Testing & Integration - Complete E2E testing framework with Playwright - Docker-based integration testing with LocalStack - Comprehensive test coverage for Gallery feature ## Recent Milestone: Epic 1 Complete ✅ - ✅ Authentication system implemented - ✅ Event upload and processing pipeline - ✅ Gallery page with infinite scroll - ✅ Full integration testing suite - ✅ First Light achieved - complete data flow validated ## Quick Start ```bash # Development npm run dev # Testing npm run test:fullstack # Setup integration tests ./test-setup.sh ```