PathPulse Backend

This directory contains the backend code for the PathPulse MVP.

Files

  • index.ts: Main entry point for the HTTP trigger. Handles routing and serving static files.

Implementation Details

The backend is built using Hono, a lightweight web framework. It serves the frontend files and provides the necessary infrastructure for the application.

Key features:

  • Serves the main HTML file with injected project information
  • Serves static files from the frontend directory
  • Handles routing for the single-page application
  • Provides error handling

No external APIs or databases are used. All data is stored in the browser's localStorage.