2025-08-04 01:02:29 +08:00

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

# Development
npm run dev

# Testing
npm run test:fullstack

# Setup integration tests
./test-setup.sh
Description
No description provided
Readme 139 MiB
Languages
Rust 45.6%
TypeScript 37.5%
JavaScript 7.6%
Go 5.9%
HCL 2%
Other 1.4%