glimpse2-runbook-test
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v29View latest version
This directory contains all backend code organized by functionality.
- routes/ - HTTP route handlers organized by functionality
- api/ - JSON API endpoints for frontend/backend communication
- tasks/ - Webhook handlers for Notion integrations
- views/ - Server-side rendered views for frontend
- services/ - External API integrations (pure API calls only)
- controllers/ - Business logic coordination between routes and services
- crons/ - Scheduled task handlers
- types/ - Shared TypeScript type definitions
- utils/ - Common utility functions