NJ Municipality Lookup
CodebaseSrcAppApi

Test Bulk

Placeholder directory for bulk processing API testing endpoints.

Test Bulk API (app/api/test-bulk/)

Placeholder directory for bulk processing API testing endpoints.

Purpose

Reserved for development/testing API routes that:

  1. Test bulk geocoding functionality
  2. Simulate bulk processing scenarios
  3. Debug performance issues
  4. Validate error handling for large datasets

Status

Currently empty - routes will be added as testing needs arise.

Planned Endpoints

Potential testing endpoints:

  • POST /api/test-bulk/geocode - Test bulk geocoding with custom parameters
  • POST /api/test-bulk/stress - Stress test with maximum address count
  • GET /api/test-bulk/metrics - Performance metrics for bulk operations

On this page